git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d9921e
)
staging: rtl8188eu: os_dep: Removed unnecessary return.
author
Gulsah Kose
<gulsah.1004@gmail.com>
Thu, 30 Oct 2014 00:28:03 +0000
(
02:28
+0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 30 Oct 2014 19:20:15 +0000
(12:20 -0700)
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 <gulsah.1004@gmail.com>
Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found