summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211
diff options
context:
space:
mode:
authorPedro Marzo Perez <marzo.pedro@gmail.com>2015-06-03 01:28:39 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-08 13:40:55 -0700
commitc1ab2fa969aed60851264bcb904326db99bfd3fd (patch)
tree8f979894b0f6dba6a02db089dba59cf4692c9bcd /drivers/staging/rtl8192u/ieee80211
parent251ae75c69c427149ab0f70b12a436144edd81b1 (diff)
downloadtalos-obmc-linux-c1ab2fa969aed60851264bcb904326db99bfd3fd.tar.gz
talos-obmc-linux-c1ab2fa969aed60851264bcb904326db99bfd3fd.zip
Staging: rtl8192u: Remove two useless lines at ieee80211_wep_null
Remove two lines at ieee80211_wep_null which checkpatch.pl reported as errors. The first one because it has a C99 comment style and the second one because it is a void return which is useless. The function ieee80211_wep_null cannot be completely removed because it is exported and used to autoload the module. Signed-off-by: Pedro Marzo Perez <marzo.pedro@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192u/ieee80211')
-rw-r--r--drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_wep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_wep.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_wep.c
index 651bd6517eae..681611dc93d3 100644
--- a/drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_wep.c
+++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_wep.c
@@ -276,6 +276,4 @@ void __exit ieee80211_crypto_wep_exit(void)
void ieee80211_wep_null(void)
{
-// printk("============>%s()\n", __func__);
- return;
}
OpenPOWER on IntegriCloud