]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: rtl8723bs: Remove unecessary braces from switch statement.
authorQuytelda Kahja <quytelda@tamalin.org>
Tue, 27 Mar 2018 08:40:59 +0000 (01:40 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Mar 2018 09:59:28 +0000 (11:59 +0200)
commit41ed8df9bd50489f8d9157645e979775ecb65102
tree4672c5c806ee3e173bed51597ce09982db611630
parent5933a3c34e93737d53fe3e89cf5ce39ea0b37c39
staging: rtl8723bs: Remove unecessary braces from switch statement.

The switch statement in rtw_wx_set_auth() wraps individual cases in
braces for no reason.  Remove those braces and unindent the code.

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