staging: rtl8723au: include: fix space prohibited before
Fix checkpatch.pl issues with space prohibited before semicolon in Hal8723UHWImg_CE.h Signed-off-by: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
366ba42703
commit
a724e4e3b2
@@ -19,7 +19,7 @@ extern u8 Rtl8723UFwUMCBCutImgArrayWithoutBT[Rtl8723UUMCBCutImgArrayWithoutBTLen
|
||||
extern const u8 Rtl8723SFwUMCBCutMPImgArray[Rtl8723SUMCBCutMPImgArrayLength];
|
||||
|
||||
#define Rtl8723EBTImgArrayLength 15276
|
||||
extern u8 Rtl8723EFwBTImgArray[Rtl8723EBTImgArrayLength] ;
|
||||
extern u8 Rtl8723EFwBTImgArray[Rtl8723EBTImgArrayLength];
|
||||
|
||||
#define Rtl8723UPHY_REG_Array_PGLength 336
|
||||
extern u32 Rtl8723UPHY_REG_Array_PG[Rtl8723UPHY_REG_Array_PGLength];
|
||||
|
||||
Reference in New Issue
Block a user