linux/drivers/staging/rtl8192u
Bhaktipriya Shridhar db7425b130 staging: rtl8192u: ieee80211_crypt: Remove unnecessary else after return
This patch fixes the checkpatch warning that else is not generally
useful after a break or return.

This was done using Coccinelle:
@@
expression e2;
statement s1;
@@
if(e2) { ... return ...; }
-else
         s1

Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-03-11 22:09:09 -08:00
..
ieee80211 staging: rtl8192u: ieee80211_crypt: Remove unnecessary else after return 2016-03-11 22:09:09 -08:00
authors
changes
copying
Kconfig
Makefile
r819xU_cmdpkt.c
r819xU_cmdpkt.h rtl8192u: BIT() macro cleanup 2015-10-13 10:32:40 -07:00
r819xU_firmware_img.c
r819xU_firmware_img.h
r819xU_firmware.c staging: rtl8192u: r819xU_firmware: fix coding style 2015-08-03 17:48:17 -07:00
r819xU_firmware.h staging: rtl8192u: r819xU_firmware.h: fix line over 80 characters 2015-06-08 13:38:56 -07:00
r819xU_phy.c staging: rtl8192u: use to_delayed_work 2016-02-07 19:56:45 -08:00
r819xU_phy.h staging: rtl8192u: Remove unnecessary externs 2015-08-14 18:51:57 -07:00
r819xU_phyreg.h
r8180_93cx6.c
r8180_93cx6.h
r8190_rtl8256.c Staging: rtl8192u: Fix block comment formatting 2016-02-07 19:56:45 -08:00
r8190_rtl8256.h staging: rtl8192u: Remove unnecessary externs 2015-08-14 18:51:57 -07:00
r8192U_core.c Staging: rtl8192u: Clean up tests if NULL returned on failure 2016-03-11 22:09:09 -08:00
r8192U_dm.c Staging: rtl8192u: Convert long if-else block to switch-case 2016-02-20 15:09:57 -08:00
r8192U_dm.h staging: rtl8192u: Remove unnecessary externs 2015-08-14 18:51:57 -07:00
r8192U_hw.h rtl8192u: BIT() macro cleanup 2015-10-13 10:32:40 -07:00
r8192U_wx.c staging: rtl8192u: Fix block comments use * on subsequent lines in r8192U_wx.c 2016-02-07 19:56:45 -08:00
r8192U_wx.h staging: rtl8192u: Remove unnecessary externs 2015-08-14 18:51:57 -07:00
r8192U.h rtl8192u: BIT() macro cleanup 2015-10-13 10:32:40 -07:00