From: Yeliz Taneroglu Date: Thu, 9 Oct 2014 13:35:32 +0000 (+0300) Subject: staging: rtl8723au: core: rtw_security: Fix void function return statements style... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=22d59f4eb1d66de2748011189ca5d77cd33d01c4;p=openwrt%2Fstaging%2Fblogic.git staging: rtl8723au: core: rtw_security: Fix void function return statements style warning. The following patch fixes the checkpatch.pl warning: drivers/staging/rtl8723au/core/rtw_security.c WARNING: void function return statements are not generally useful Signed-off-by: Yeliz Taneroglu Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723au/core/rtw_security.c b/drivers/staging/rtl8723au/core/rtw_security.c index 5da620c7ba82..60e944554ec5 100644 --- a/drivers/staging/rtl8723au/core/rtw_security.c +++ b/drivers/staging/rtl8723au/core/rtw_security.c @@ -259,8 +259,6 @@ void rtw_wep_decrypt23a(struct rtw_adapter *padapter, crc[1], payload[length - 3], crc[0], payload[length - 4])); } - - return; } /* 3 ===== TKIP related ===== */