staging: rtl8188eu: core: rtw_security: Remove return statement from void function
authorGeorgiana Rodica Chelu <georgiana.chelu93@gmail.com>
Sat, 24 Sep 2016 20:35:53 +0000 (23:35 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Sep 2016 10:42:35 +0000 (12:42 +0200)
commitb941f067ead3099eeeb3562d9de25664af3949f4
tree9c9c85ca96ed70e3cf4c3aee9b22f47a245be69f
parenta27e6e6d6512b96bfc4945a96d1bb730f1c5bea9
staging: rtl8188eu: core: rtw_security: 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_security.c