]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit903ddef00801a505cbf14cf4d2afa5f914ce76c7
tree38f2776a22f23ccf83603ad2e477932a629623b5
parent6617c40b2d197343991bdd1dd549bfb53cd9b202
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