]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: remove unnecessary blank lines in rtw_recv.c
authorJennifer Guo <guojy.bj@gmail.com>
Sun, 10 May 2026 06:58:29 +0000 (23:58 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 May 2026 08:04:59 +0000 (10:04 +0200)
commitec09be88d1a33afd3e4d1bbbe7963cc25dffe031
tree3b7117607787611ee851b42d8a0f432eeb65af2c
parent23fe711a431ddc178549f0e931d01bee7554b4a7
staging: rtl8723bs: remove unnecessary blank lines in rtw_recv.c

Remove unnecessary blank lines around braces {}.

This fixes the following checkpatch.pl checks in rtw_recv.c:
- CHECK: Blank lines aren't necessary after an open brace '{'
- CHECK: Blank lines aren't necessary before a close brace '}'

Signed-off-by: Jennifer Guo <guojy.bj@gmail.com>
Link: https://patch.msgid.link/20260510065829.68957-1-guojy.bj@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_recv.c