summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip/stub.h
diff options
context:
space:
mode:
authormatt mooney <mfm@muteddisk.com>2011-05-20 04:36:56 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-06-07 20:51:22 (GMT)
commit87352760173082c2a774f83dc6fe826fdbf219c0 (patch)
treebd44db21d3191a72b481250db875140caee6e61f /drivers/staging/usbip/stub.h
parent00d760b057e0fb1e5fb515071af2cc87d15439f8 (diff)
downloadlinux-fsl-qoriq-87352760173082c2a774f83dc6fe826fdbf219c0.tar.xz
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/stub.h')
-rw-r--r--drivers/staging/usbip/stub.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/usbip/stub.h b/drivers/staging/usbip/stub.h
index 6592aa2..2cc596e 100644
--- a/drivers/staging/usbip/stub.h
+++ b/drivers/staging/usbip/stub.h
@@ -77,6 +77,7 @@ struct stub_unlink {
};
#define BUSID_SIZE 20
+
struct bus_id_priv {
char name[BUSID_SIZE];
char status;