Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bcm: Fixing a few checkpatch issues in InterfaceMisc.h

Just cleaned up a few issues presented by checkpatch in InterfaceMisc.h.
I converted some spaces to tabs, and removed unnecessary whitespace. The
kernel version I am using linux-next-20140411.

Signed-off-by: Julian Gindi <juliangindi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Julian Gindi and committed by
Greg Kroah-Hartman
22bfe7e8 36c89c0a

+6 -6
+6 -6
drivers/staging/bcm/InterfaceMisc.h
··· 14 14 INT len); 15 15 16 16 17 - int InterfaceFileDownload( PVOID psIntfAdapter, 18 - struct file *flp, 19 - unsigned int on_chip_loc); 17 + int InterfaceFileDownload(PVOID psIntfAdapter, 18 + struct file *flp, 19 + unsigned int on_chip_loc); 20 20 21 - int InterfaceFileReadbackFromChip( PVOID psIntfAdapter, 22 - struct file *flp, 23 - unsigned int on_chip_loc); 21 + int InterfaceFileReadbackFromChip(PVOID psIntfAdapter, 22 + struct file *flp, 23 + unsigned int on_chip_loc); 24 24 25 25 26 26 int BcmRDM(PVOID arg,