staging: rtl8723bs: Remove braces from single statement conditionals.
authorQuytelda Kahja <quytelda@tamalin.org>
Tue, 27 Mar 2018 08:41:00 +0000 (01:41 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Mar 2018 09:59:28 +0000 (11:59 +0200)
commit86c0205ba20c4766dd28a7f5c34afdebccda22e2
tree0108133276ced38c1eae45b5854bd6742c2028a2
parent41ed8df9bd50489f8d9157645e979775ecb65102
staging: rtl8723bs: Remove braces from single statement conditionals.

Several conditionals in rtw_wx_set_auth() contain a comment then a
single statement.  Move the comments to the top of the conditionals
so that braces can be removed from the statements, which saves space
and makes the code more readable.

Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/ioctl_linux.c