From: Gulsah Kose Date: Wed, 29 Oct 2014 04:06:57 +0000 (+0200) Subject: staging: rtl8188eu: core: Removed unnecessary return keyword. X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~580 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d9921e93078075b9142b7e8d68a038416967d4c;p=pandora-kernel.git staging: rtl8188eu: core: Removed unnecessary return keyword. This patch fixes WARNING: void function return statements are not generally useful checkpatch.pl warning in rtw_efuse.c by using this coccinelle script @r@ identifier i; @@ void i(...) { ... -return; } Signed-off-by: Gulsah Kose Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed