mtd: fix a number of checkpatch complaints
While checking the "__devinit" removal patches with checkpatch.pl, I noticed several warnings related to a space between the function name and '(', as well as long lines. I fixed the warnings up in this patch. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
This commit is contained in:
@@ -378,7 +378,7 @@ static int esb2rom_init_one(struct pci_dev *pdev,
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void esb2rom_remove_one (struct pci_dev *pdev)
|
||||
static void esb2rom_remove_one(struct pci_dev *pdev)
|
||||
{
|
||||
struct esb2rom_window *window = &esb2rom_window;
|
||||
esb2rom_cleanup(window);
|
||||
|
Reference in New Issue
Block a user