aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip/usbip_common.h
diff options
context:
space:
mode:
authormatt mooney <mfm@muteddisk.com>2011-05-20 00:36:56 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-06-07 16:51:22 -0400
commit87352760173082c2a774f83dc6fe826fdbf219c0 (patch)
treebd44db21d3191a72b481250db875140caee6e61f /drivers/staging/usbip/usbip_common.h
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/usbip_common.h')
-rw-r--r--drivers/staging/usbip/usbip_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/usbip/usbip_common.h b/drivers/staging/usbip/usbip_common.h
index 4a641c552b7..83f8c1ed5a4 100644
--- a/drivers/staging/usbip/usbip_common.h
+++ b/drivers/staging/usbip/usbip_common.h
@@ -65,7 +65,7 @@ enum {
65#define usbip_dbg_flag_vhci_tx (usbip_debug_flag & usbip_debug_vhci_tx) 65#define usbip_dbg_flag_vhci_tx (usbip_debug_flag & usbip_debug_vhci_tx)
66#define usbip_dbg_flag_stub_rx (usbip_debug_flag & usbip_debug_stub_rx) 66#define usbip_dbg_flag_stub_rx (usbip_debug_flag & usbip_debug_stub_rx)
67#define usbip_dbg_flag_stub_tx (usbip_debug_flag & usbip_debug_stub_tx) 67#define usbip_dbg_flag_stub_tx (usbip_debug_flag & usbip_debug_stub_tx)
68#define usbip_dbg_flag_vhci_sysfs (usbip_debug_flag & usbip_debug_vhci_sysfs) 68#define usbip_dbg_flag_vhci_sysfs (usbip_debug_flag & usbip_debug_vhci_sysfs)
69 69
70extern unsigned long usbip_debug_flag; 70extern unsigned long usbip_debug_flag;
71extern struct device_attribute dev_attr_usbip_debug; 71extern struct device_attribute dev_attr_usbip_debug;