Commit da1e4faf authored by Kevin McKinney's avatar Kevin McKinney Committed by Greg Kroah-Hartman
Browse files

Staging: bcm: Fix white space issues in InterfaceInit.h



This patch fixes white space issue in InterfaceInit.h
as reported by checkpatch.pl.

Signed-off-by: default avatarKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a31f7f5f
Loading
Loading
Loading
Loading
+12 −14
Original line number Original line Diff line number Diff line
@@ -16,7 +16,6 @@


#define BCM_USB_MINOR_BASE	192
#define BCM_USB_MINOR_BASE	192



INT InterfaceInitialize(void);
INT InterfaceInitialize(void);


INT InterfaceExit(void);
INT InterfaceExit(void);
@@ -24,4 +23,3 @@ INT InterfaceExit(void);
INT usbbcm_worker_thread(PS_INTERFACE_ADAPTER psIntfAdapter);
INT usbbcm_worker_thread(PS_INTERFACE_ADAPTER psIntfAdapter);


#endif
#endif