staging: rtl8723bs: remove unnecessary braces for single statement blocks
authorDavid Tadokoro <davidbtadokoro@usp.br>
Wed, 21 May 2025 07:58:31 +0000 (04:58 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 May 2025 11:49:17 +0000 (13:49 +0200)
commita481f0ebf213e0ccb85f70c07bfcd733d2dc6783
tree957c3d24ff39bdfdea4e13f26d3d7509df6613da
parentdff8e5d7404b1011d0d70318d87b8a69cbc94bff
staging: rtl8723bs: remove unnecessary braces for single statement blocks

Remove all unnecessary braces for single-statement blocks in
`os_dep/recv_linux.c` to conform to code style rules.

Warnings reported by checkpatch.pl:

* WARNING: braces {} are not necessary for single statement blocks
* WARNING: braces {} are not necessary for any arm of this statement

Signed-off-by: David Tadokoro <davidbtadokoro@usp.br>
Link: https://lore.kernel.org/r/20250521075831.485199-1-davidbtadokoro@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/recv_linux.c