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
|
@ -1,21 +1,20 @@
|
|||
#ifndef _INTERFACE_INIT_H
|
||||
#define _INTERFACE_INIT_H
|
||||
|
||||
#define BCM_USB_VENDOR_ID_T3 0x198f
|
||||
#define BCM_USB_VENDOR_ID_FOXCONN 0x0489
|
||||
#define BCM_USB_VENDOR_ID_ZTE 0x19d2
|
||||
#define BCM_USB_VENDOR_ID_T3 0x198f
|
||||
#define BCM_USB_VENDOR_ID_FOXCONN 0x0489
|
||||
#define BCM_USB_VENDOR_ID_ZTE 0x19d2
|
||||
|
||||
#define BCM_USB_PRODUCT_ID_T3 0x0300
|
||||
#define BCM_USB_PRODUCT_ID_T3B 0x0210
|
||||
#define BCM_USB_PRODUCT_ID_T3L 0x0220
|
||||
#define BCM_USB_PRODUCT_ID_SM250 0xbccd
|
||||
#define BCM_USB_PRODUCT_ID_SYM 0x15E
|
||||
#define BCM_USB_PRODUCT_ID_1901 0xe017
|
||||
#define BCM_USB_PRODUCT_ID_226 0x0132
|
||||
#define BCM_USB_PRODUCT_ID_ZTE_TU25 0x0007
|
||||
|
||||
#define BCM_USB_MINOR_BASE 192
|
||||
#define BCM_USB_PRODUCT_ID_T3 0x0300
|
||||
#define BCM_USB_PRODUCT_ID_T3B 0x0210
|
||||
#define BCM_USB_PRODUCT_ID_T3L 0x0220
|
||||
#define BCM_USB_PRODUCT_ID_SM250 0xbccd
|
||||
#define BCM_USB_PRODUCT_ID_SYM 0x15E
|
||||
#define BCM_USB_PRODUCT_ID_1901 0xe017
|
||||
#define BCM_USB_PRODUCT_ID_226 0x0132
|
||||
#define BCM_USB_PRODUCT_ID_ZTE_TU25 0x0007
|
||||
|
||||
#define BCM_USB_MINOR_BASE 192
|
||||
|
||||
INT InterfaceInitialize(void);
|
||||
|
||||
|
@ -24,4 +23,3 @@ INT InterfaceExit(void);
|
|||
INT usbbcm_worker_thread(PS_INTERFACE_ADAPTER psIntfAdapter);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue