aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/usbip/vhci_rx.c
diff options
context:
space:
mode:
authormatt mooney <mfm@muteddisk.com>2011-05-19 21:36:56 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-06-07 13:51:22 -0700
commit87352760173082c2a774f83dc6fe826fdbf219c0 (patch)
treebd44db21d3191a72b481250db875140caee6e61f /drivers/staging/usbip/vhci_rx.c
parent00d760b057e0fb1e5fb515071af2cc87d15439f8 (diff)
staging: usbip: remove unnecessary lines and extra return statements
Also, fix a few alignment issues that were originally missed. Signed-off-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/usbip/vhci_rx.c')
-rw-r--r--drivers/staging/usbip/vhci_rx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/usbip/vhci_rx.c b/drivers/staging/usbip/vhci_rx.c
index e42ce9dab7a..09c44abb89e 100644
--- a/drivers/staging/usbip/vhci_rx.c
+++ b/drivers/staging/usbip/vhci_rx.c
@@ -179,8 +179,6 @@ static void vhci_recv_ret_unlink(struct vhci_device *vdev,
}
kfree(unlink);
-
- return;
}
static int vhci_priv_tx_empty(struct vhci_device *vdev)