mirror of https://gitee.com/openkylin/linux.git
staging: rtl8188eu: remove space before open square bracket '['
Fixes checkpatch error regarding the space before open square bracket '[' Signed-off-by: Jimmy Devine <fxmulder@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
eb0f4271ca
commit
c99efd4fec
|
@ -1060,7 +1060,7 @@ enum dm_swas {
|
||||||
|
|
||||||
extern u32 OFDMSwingTable[OFDM_TABLE_SIZE_92D];
|
extern u32 OFDMSwingTable[OFDM_TABLE_SIZE_92D];
|
||||||
extern u8 CCKSwingTable_Ch1_Ch13[CCK_TABLE_SIZE][8];
|
extern u8 CCKSwingTable_Ch1_Ch13[CCK_TABLE_SIZE][8];
|
||||||
extern u8 CCKSwingTable_Ch14 [CCK_TABLE_SIZE][8];
|
extern u8 CCKSwingTable_Ch14[CCK_TABLE_SIZE][8];
|
||||||
|
|
||||||
/* check Sta pointer valid or not */
|
/* check Sta pointer valid or not */
|
||||||
#define IS_STA_VALID(pSta) (pSta)
|
#define IS_STA_VALID(pSta) (pSta)
|
||||||
|
|
Loading…
Reference in New Issue