Skip to content

Commit 290bd72

Browse files
ipenas-clgregkh
authored andcommitted
staging: rtl8723bs: add missing blank line after declaration
Fix checkpatch warning by adding required blank line after variable declaration in Efuse_CalculateWordCnts function. Signed-off-by: Ignacio Pena <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 35b79fd commit 290bd72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/staging/rtl8723bs/core/rtw_efuse.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ u8
8585
Efuse_CalculateWordCnts(u8 word_en)
8686
{
8787
u8 word_cnts = 0;
88+
8889
if (!(word_en & BIT(0)))
8990
word_cnts++; /* 0 : write enable */
9091
if (!(word_en & BIT(1)))

0 commit comments

Comments
 (0)