Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Melike Yurtoglu and committed by
Greg Kroah-Hartman
a724e4e3 366ba427

+1 -1
+1 -1
drivers/staging/rtl8723au/include/Hal8723UHWImg_CE.h
··· 19 19 extern const u8 Rtl8723SFwUMCBCutMPImgArray[Rtl8723SUMCBCutMPImgArrayLength]; 20 20 21 21 #define Rtl8723EBTImgArrayLength 15276 22 - extern u8 Rtl8723EFwBTImgArray[Rtl8723EBTImgArrayLength] ; 22 + extern u8 Rtl8723EFwBTImgArray[Rtl8723EBTImgArrayLength]; 23 23 24 24 #define Rtl8723UPHY_REG_Array_PGLength 336 25 25 extern u32 Rtl8723UPHY_REG_Array_PG[Rtl8723UPHY_REG_Array_PGLength];