From: Pedro Marzo Perez Date: Tue, 2 Jun 2015 23:28:39 +0000 (+0200) Subject: Staging: rtl8192u: Remove two useless lines at ieee80211_wep_null X-Git-Tag: omap-for-v4.2/fixes-rc1^2~92^2~289 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1ab2fa969aed60851264bcb904326db99bfd3fd;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed