staging: rtl8188eu: remove else after break or return
authorMichael Straube <straube.linux@gmail.com>
Sat, 18 Jan 2020 17:33:41 +0000 (18:33 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Jan 2020 08:44:44 +0000 (09:44 +0100)
commit0b4d1d0da7e16f6faa572a8c7f865ff82e097819
treeceb6cb5815d170a2f9245e00be4bee52eecf609f
parent27f391a5d628f860e2245f59f97461cbd22433f1
staging: rtl8188eu: remove else after break or return

Remove unnecessary else after break or return to improve readability
and clear checkpatch warnings.

WARNING: else is not generally useful after a break or return

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20200118173343.32405-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_efuse.c
drivers/staging/rtl8188eu/core/rtw_ieee80211.c
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
drivers/staging/rtl8188eu/core/rtw_wlan_util.c
drivers/staging/rtl8188eu/core/rtw_xmit.c
drivers/staging/rtl8188eu/hal/odm.c
drivers/staging/rtl8188eu/hal/phy.c
drivers/staging/rtl8188eu/os_dep/ioctl_linux.c