diff options
author | Supriya Karanth <iskaranth@gmail.com> | 2015-03-15 12:42:52 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-16 15:56:46 +0100 |
commit | f883c4ca5e6948de4fd461ca4a4fbb15aff8bbff (patch) | |
tree | c570ab7f30994585270a6a98caee66fc095bfd84 /drivers/fmc | |
parent | 2060f31ae58ea5510c432fed8a32bdef33ac4cd7 (diff) | |
download | talos-obmc-linux-f883c4ca5e6948de4fd461ca4a4fbb15aff8bbff.tar.gz talos-obmc-linux-f883c4ca5e6948de4fd461ca4a4fbb15aff8bbff.zip |
staging: rtl8192u: remove return from end of void function
This patch removes the return statement at the end of a void
function as it is not necessary.
found by checkpatch.pl: WARNING: void function return statements
are not generally useful
changes made using coccinelle script:
@@
@@
... when != if (...) return;
when != if (...) { ... return;}
-return;
Signed-off-by: Supriya Karanth <iskaranth@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/fmc')
0 files changed, 0 insertions, 0 deletions