]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: Remove unnecessary braces in rtl8723bs_xmit.c
authorMoksh Panicker <mokshpanicker.7@gmail.com>
Mon, 4 May 2026 14:28:10 +0000 (14:28 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 May 2026 14:58:41 +0000 (16:58 +0200)
commitabd79fe84da72eb9e132f6d1ad1987b3f800930f
tree7edfc3ebf9baa259de65fc35223e091f8643c3ef
parente7a88f7e7aa1065c97d85bb151397d4b89671ee6
staging: rtl8723bs: Remove unnecessary braces in rtl8723bs_xmit.c

Braces are not necessary for single statement blocks.
This fixes the following checkpatch.pl warning:

WARNING: braces {} are not necessary for single statement blocks

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