diff options
| author | Gulsah Kose <[email protected]> | 2014-10-30 02:28:03 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2014-10-30 12:20:15 -0700 |
| commit | 04947c5be5ca3824586f94352293549b899b2d89 (patch) | |
| tree | e8544d5082de48228629bfe51784876fa6be96dd /tools/perf/scripts/python | |
| parent | 9d9921e93078075b9142b7e8d68a038416967d4c (diff) | |
staging: rtl8188eu: os_dep: Removed unnecessary return.
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 <[email protected]>
Reviewed-by: Daniel Baluta <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions