staging: rtl8192u/ieee80211: fix switch case indentation
authorAnirudh Rayabharam <mail@anirudhrb.com>
Sun, 31 Jan 2021 13:12:26 +0000 (18:42 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 Jan 2021 13:44:24 +0000 (14:44 +0100)
commit06b0c0dce88e2aa2f01343db0f26d214d7f264a0
tree9cfe83e9f9df70e9acd87a05f1c2714087601021
parentfb7ba1870d5fdf45513fc04af8e46492eb65a5e3
staging: rtl8192u/ieee80211: fix switch case indentation

Make switch and case to be at the same indent. This fixes the
checkpatch error "switch and case should be at the same indent".

Signed-off-by: Anirudh Rayabharam <mail@anirudhrb.com>
Link: https://lore.kernel.org/r/20210131131226.16917-1-mail@anirudhrb.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c