staging: rtl8723bs: remove unnecessary braces from conditionals
authorShreyansh Chouhan <chouhan.shreyansh630@gmail.com>
Mon, 24 May 2021 13:51:04 +0000 (19:21 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 May 2021 16:25:21 +0000 (18:25 +0200)
commit8f5193f828feb59e8aeaf162160ceef9bd82ffd2
treeca77336b889a93813ed3d2dd4cee2e36b1420dbe
parent3c8c577fd2fcf3587f16a2a9e8174c9f849cb7a6
staging: rtl8723bs: remove unnecessary braces from conditionals

Removed the braces from if else statements in core/rtw_wlan_util.c since
the previous commit (6a257dd6de516573) caused all conditional blocks to
have a single statement in the function check_assoc_AP.

Signed-off-by: Shreyansh Chouhan <chouhan.shreyansh630@gmail.com>
Link: https://lore.kernel.org/r/20210524135105.5550-3-chouhan.shreyansh630@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_wlan_util.c