summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip/vhci_tx.c
diff options
context:
space:
mode:
authormatt mooney <mfm@muteddisk.com>2011-05-06 03:47:55 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-06 14:26:15 -0700
commit6a298401fcdefdbff734b137c1b67df9d5849103 (patch)
treeb1adc0aaeaa34ae9fa9b5208b72c6071940fab7b /drivers/staging/usbip/vhci_tx.c
parent49aecefcdef5a26a7fb036d4c57573f0e0e2089b (diff)
downloadop-kernel-dev-6a298401fcdefdbff734b137c1b67df9d5849103.zip
op-kernel-dev-6a298401fcdefdbff734b137c1b67df9d5849103.tar.gz
staging: usbip: remove section dividers
Also, removes the one-line comments that were associated with some of the dividers because they provided no additional information. Signed-off-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/usbip/vhci_tx.c')
-rw-r--r--drivers/staging/usbip/vhci_tx.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/usbip/vhci_tx.c b/drivers/staging/usbip/vhci_tx.c
index 6ececa8..62c9acb 100644
--- a/drivers/staging/usbip/vhci_tx.c
+++ b/drivers/staging/usbip/vhci_tx.c
@@ -134,8 +134,6 @@ static int vhci_send_cmd_submit(struct vhci_device *vdev)
return total_size;
}
-/*-------------------------------------------------------------------------*/
-
static struct vhci_unlink *dequeue_from_unlink_tx(struct vhci_device *vdev)
{
unsigned long flags;
@@ -204,8 +202,6 @@ static int vhci_send_cmd_unlink(struct vhci_device *vdev)
return total_size;
}
-/*-------------------------------------------------------------------------*/
-
int vhci_tx_loop(void *data)
{
struct usbip_device *ud = data;
OpenPOWER on IntegriCloud