linux/drivers/staging/rtl8192e
Bhaktipriya Shridhar 76134b3f19 staging: rtl8192e: rtllib_crypt_tkip: 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
..
rtl8192e staging: rtl8192e: Drop cast on void pointer 2016-03-11 22:09:09 -08:00
dot11d.c staging: rtl8192e: Fix FSF_MAILING_ADDRESS warnings 2015-09-29 04:26:06 +02:00
dot11d.h staging: rtl8192e: Clean unnecessary blank lines 2016-02-07 20:01:45 -08:00
Kconfig
license
Makefile
rtl819x_BA.h staging: rtl8192e: Fix FSF_MAILING_ADDRESS warnings 2015-09-29 04:26:06 +02:00
rtl819x_BAProc.c staging: rtl8192e: Drop useless initialisation 2016-02-20 15:12:06 -08:00
rtl819x_HT.h staging: rtl8192e: Fix FSF_MAILING_ADDRESS warnings 2015-09-29 04:26:06 +02:00
rtl819x_HTProc.c staging: rtl8192e: Fix FSF_MAILING_ADDRESS warnings 2015-09-29 04:26:06 +02:00
rtl819x_Qos.h staging: rtl8192e: Fix FSF_MAILING_ADDRESS warnings 2015-09-29 04:26:06 +02:00
rtl819x_TS.h staging: rtl8192e: Fix FSF_MAILING_ADDRESS warnings 2015-09-29 04:26:06 +02:00
rtl819x_TSProc.c staging: rtl8192e: Fix FSF_MAILING_ADDRESS warnings 2015-09-29 04:26:06 +02:00
rtllib_crypt_ccmp.c staging: rtl8192e: Prefer using macro DIV_ROUND_UP 2016-03-11 22:09:09 -08:00
rtllib_crypt_tkip.c staging: rtl8192e: rtllib_crypt_tkip: Remove unnecessary else after return 2016-03-11 22:09:09 -08:00
rtllib_crypt_wep.c
rtllib_debug.h staging: rtl8192e: Fix FSF_MAILING_ADDRESS warnings 2015-09-29 04:26:06 +02:00
rtllib_module.c staging: rtl8192e: remove unnecessary multiple blank lines 2016-02-07 20:01:45 -08:00
rtllib_rx.c drivers: staging: rtl8192e: rtllib_rx.c: Fix blank lines before a close brace 2016-03-11 22:09:09 -08:00
rtllib_softmac_wx.c staging: rtl8192e: Remove create_workqueue() 2016-03-11 22:09:09 -08:00
rtllib_softmac.c Staging: rtl8192e: Replace random_ether_addr with eth_random_addr 2016-03-11 22:09:09 -08:00
rtllib_tx.c staging: rtl8192e: Fix FSF_MAILING_ADDRESS warnings 2015-09-29 04:26:06 +02:00
rtllib_wx.c staging:rtl8192e: Usage count off by one 2016-02-07 20:01:45 -08:00
rtllib.h staging: rtl8192e: Remove create_workqueue() 2016-03-11 22:09:09 -08:00
TODO