From: Yeliz Taneroglu Date: Thu, 9 Oct 2014 13:35:33 +0000 (+0300) Subject: staging: rtl8723au: core: rtw_ap: Fix void function return statements style warning. X-Git-Tag: v3.19-rc1~66^2~1093 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2c7c63a30595ea99fbd65eff0d020948a5b882be;p=karo-tx-linux.git staging: rtl8723au: core: rtw_ap: Fix void function return statements style warning. The following patch fixes the checkpatch.pl warning: drivers/staging/rtl8723au/core/rtw_ap.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_ap.c b/drivers/staging/rtl8723au/core/rtw_ap.c index aedbd8f77529..75ae2492699a 100644 --- a/drivers/staging/rtl8723au/core/rtw_ap.c +++ b/drivers/staging/rtl8723au/core/rtw_ap.c @@ -1216,8 +1216,6 @@ static void update_bcn_wmm_ie(struct rtw_adapter *padapter) static void update_bcn_wps_ie(struct rtw_adapter *padapter) { DBG_8723A("%s\n", __func__); - - return; } static void update_bcn_p2p_ie(struct rtw_adapter *padapter)