]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: rtl8188eu: core: rtw_mlme: Remove return statement from void function
authorGeorgiana Rodica Chelu <georgiana.chelu93@gmail.com>
Sat, 24 Sep 2016 20:35:20 +0000 (23:35 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Sep 2016 10:42:35 +0000 (12:42 +0200)
commita27e6e6d6512b96bfc4945a96d1bb730f1c5bea9
treefd892cfc85e1ed52a0f3394959d0eaf66aacf175
parente453eecbe696cfd73d1d6a04f0b4bf830877f5fa
staging: rtl8188eu: core: rtw_mlme: Remove return statement from void function

Remove the return statement from the end of a void function
to clean up the code.

Issue found by checkpatch.pl script.

Signed-off-by: Georgiana Rodica Chelu <georgiana.chelu93@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_mlme.c