Tag: 04947c5be5ca3824586f94352293549b899b2d89

staging: rtl8188eu: os_dep: Removed unnecessary return.

Author: Gulsah Kose <gulsah.1004@gmail.com> This patch fixes WARNING: void function return statements are not generally useful checkpatch.pl warning in usb_intf.c by using this coccinelle script @r@ identifier i; @@ void i(…) { … -return; } Signed-off-by: Gulsah Kose Reviewed-by: Daniel Baluta Signed-off-by: Greg Kroah-Hartman — drivers/staging/rtl8188eu/os_dep/usb_intf.c | 2 — 1 file changed, 2 deletions(-)   …

Continue reading