]> git.ipfire.org Git - thirdparty/linux.git/commit
staging: rtl8723bs: fix unbalanced braces in rtw_recv.c
authorJennifer Guo <guojy.bj@gmail.com>
Tue, 12 May 2026 05:08:26 +0000 (22:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 May 2026 09:21:05 +0000 (11:21 +0200)
commit75f9613aef20b2e4d7b2677e71ab4be0bb4ec5be
tree32677c967aa0b9b3bc7c1ea05b08619b5070a5be
parent9f7da7b1f29d70f33272448ba9be773421be534d
staging: rtl8723bs: fix unbalanced braces in rtw_recv.c

Add missing braces to if/else statements to comply with kernel coding
style.

This fixes the following checkpatch.pl checks for rtw_recv.c:
- CHECK: Unbalanced braces around else statement
- CHECK: braces {} should be used on all arms of this statement

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