提交 17d4591d 编写于 作者: N Nicholas Sim 提交者: Greg Kroah-Hartman

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

Remove unnecessary return statement from last line of void function call
Signed-off-by: NNicholas Sim <nicholassimws@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 fb025382
...@@ -2100,7 +2100,6 @@ static void site_survey(struct adapter *padapter) ...@@ -2100,7 +2100,6 @@ static void site_survey(struct adapter *padapter)
issue_action_BSSCoexistPacket(padapter); issue_action_BSSCoexistPacket(padapter);
issue_action_BSSCoexistPacket(padapter); issue_action_BSSCoexistPacket(padapter);
} }
return;
} }
/* collect bss info from Beacon and Probe request/response frames. */ /* collect bss info from Beacon and Probe request/response frames. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册