浏览代码

staging: rtl8188eu: remove return at end of void function call

Remove unnecessary return statement from last line of void function call

Signed-off-by: Nicholas Sim <nicholassimws@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Nicholas Sim 9 年之前
父节点
当前提交
17d4591d96
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/staging/rtl8188eu/core/rtw_mlme_ext.c

+ 0 - 1
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c

@@ -2100,7 +2100,6 @@ static void site_survey(struct adapter *padapter)
 		issue_action_BSSCoexistPacket(padapter);
 		issue_action_BSSCoexistPacket(padapter);
 	}
-	return;
 }
 
 /* collect bss info from Beacon and Probe request/response frames. */