staging: rtl8723bs: Make switch and case at the same indent
authorKang Minchul <tegongkang@gmail.com>
Thu, 22 Sep 2022 12:23:09 +0000 (21:23 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 24 Sep 2022 11:02:39 +0000 (13:02 +0200)
commit21df60c4ab20ae7bad526dcd3dbe6514664befd1
tree38f2776a22f23ccf83603ad2e477932a629623b5
parent51c8299a031c19449669d9c15f52427e481c0be6
staging: rtl8723bs: Make switch and case at the same indent

This patch fixes switch and case as linux kernel coding style
and amend this error generated by checkpatch:

  ERROR: switch and case should be at the same indent

Signed-off-by: Kang Minchul <tegongkang@gmail.com>
Link: https://lore.kernel.org/r/20220922122310.3379711-4-tegongkang@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c