]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: rtl8723au: core: rtw_mlme: fix void function return statements
authorYeliz Taneroglu <yeliztaneroglu@gmail.com>
Thu, 9 Oct 2014 13:35:29 +0000 (16:35 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:30:12 +0000 (10:30 +0800)
commit9dfb753b2d65f449844fe5d7fce15770a3c27cb6
tree1e2b8c5035bbff0e990f824a7d8f5cfc74cc3b68
parentf4c84dafdb892e5f2ae3a10bf753745cdfbecbd5
staging: rtl8723au: core: rtw_mlme: fix void function return statements

The following patch fixes the checkpatch.pl warning:

drivers/staging/rtl8723au/core/rtw_mlme.c WARNING: void function return statements are not generally useful

Signed-off-by: Yeliz Taneroglu <yeliztaneroglu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_mlme.c