]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: remove blank line after open brace in hal_com.c
authorMoksh Panicker <mokshpanicker.7@gmail.com>
Mon, 4 May 2026 14:28:12 +0000 (14:28 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 May 2026 14:58:44 +0000 (16:58 +0200)
commit81f55766523e5293604cb96c5e98d10da345ff33
tree5f4455eb66d6ec5bbc7c3b23db5ebb2176226381
parent9669767409c66ff434a74c20bc1cbdf162779dd0
staging: rtl8723bs: remove blank line after open brace in hal_com.c

Remove unnecessary blank line after the opening brace of a for loop.
This fixes the following checkpatch.pl warning:

CHECK: Blank lines aren't necessary after an open brace '{'

Signed-off-by: Moksh Panicker <mokshpanicker.7@gmail.com>
Link: https://patch.msgid.link/20260504142812.21964-4-mokshpanicker.7@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/hal_com.c