staging: usbip: remove redundant return statements
authorMax Vozeler <max@hinterhof.net>
Mon, 28 Jul 2014 11:28:10 +0000 (13:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Jul 2014 23:39:34 +0000 (16:39 -0700)
commita948318f70b4035983db7d178618b407bcd1fecb
tree7684702a79290e2583054738318115de738d51fa
parente8cdd70affc2594e06a2a79e1aaaf62df88987df
staging: usbip: remove redundant return statements

Remove redundant return statements at the end of void functions. This
addresses the checkpatch.pl warnings:

WARNING: void function return statements are not generally useful

Signed-off-by: Max Vozeler <max@hinterhof.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/usbip/stub_rx.c
drivers/staging/usbip/vhci_hcd.c
drivers/staging/usbip/vhci_rx.c