staging: rtl8723bs: fix placement of braces
authorHannes Braun <hannesbraun@mail.de>
Sat, 28 May 2022 12:31:15 +0000 (14:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Jun 2022 06:00:49 +0000 (08:00 +0200)
commita8b088d6d98dafddda9874f98ac2a7cefc51639b
treef370d5be9673e574773fc707fd0329125cceacb9
parent76d01595b24c53ff223f888289d362a4dd94420c
staging: rtl8723bs: fix placement of braces

This patch should eliminate the following errors/warnings emitted by
checkpatch.pl:
- that open brace { should be on the previous line
- else should follow close brace '}'
- braces {} are not necessary for single statement blocks

Signed-off-by: Hannes Braun <hannesbraun@mail.de>
Link: https://lore.kernel.org/r/20220528123115.13024-1-hannesbraun@mail.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c