mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 01:49:20 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
fb025382b4
commit
17d4591d96
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user