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: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Kevin McKinney 2012-09-02 13:55:54 -04:00 committed by Greg Kroah-Hartman
parent a31f7f5fca
commit da1e4faf4d
1 changed files with 12 additions and 14 deletions

View File

@ -16,7 +16,6 @@
#define BCM_USB_MINOR_BASE 192
INT InterfaceInitialize(void);
INT InterfaceExit(void);
@ -24,4 +23,3 @@ INT InterfaceExit(void);
INT usbbcm_worker_thread(PS_INTERFACE_ADAPTER psIntfAdapter);
#endif