staging: rtl8723bs: Remove unnecessary braces for single statements
authorWambui Karuga <wambui.karugax@gmail.com>
Thu, 10 Oct 2019 13:15:30 +0000 (16:15 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2019 09:05:58 +0000 (11:05 +0200)
commit92f87db5a964d4450264e97480addf1552c9e9bf
tree673105c801e3eeec25301cf7c6386c6adad7b492
parent409e8332037898dbc5713f9a5285e3c539ab931b
staging: rtl8723bs: Remove unnecessary braces for single statements

Clean up multiple unnecessary braces around single statement blocks in
drivers/staging/rtl8723bs/core/rtw_mlme.c
Issues reported by checkpatch.pl as:
WARNING: braces {} are not necessary for single statement blocks or
WARNING: braces {} are not necessary for any arm of this statement

Signed-off-by: Wambui Karuga <wambui.karugax@gmail.com>
Link: https://lore.kernel.org/r/c459741e8dc51dc2283fc69f07ed947e2994d0e9.1570712632.git.wambui.karugax@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_mlme.c