mirror of https://gitee.com/openkylin/linux.git
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:
parent
a31f7f5fca
commit
da1e4faf4d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue