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 <ignacio.pena87@gmail.com> Link: https://lore.kernel.org/r/20250716175044.81439-2-ignacio.pena87@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 35b79fd commit 290bd72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)