diff options
| author | Gulsah Kose <[email protected]> | 2014-10-29 06:06:57 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2014-10-30 12:20:15 -0700 |
| commit | 9d9921e93078075b9142b7e8d68a038416967d4c (patch) | |
| tree | 1aad486f1bedf0544e9fa7d8d083299bad7f1950 /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | 16fc54ee26912d3f2450bc4832b19c943dbdff17 (diff) | |
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions