summaryrefslogtreecommitdiffstats
path: root/drivers/input/evbug.c
diff options
context:
space:
mode:
authorSupriya Karanth <iskaranth@gmail.com>2015-03-15 12:42:52 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-16 15:56:46 +0100
commitf883c4ca5e6948de4fd461ca4a4fbb15aff8bbff (patch)
treec570ab7f30994585270a6a98caee66fc095bfd84 /drivers/input/evbug.c
parent2060f31ae58ea5510c432fed8a32bdef33ac4cd7 (diff)
downloadtalos-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/input/evbug.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud