diff options
author | David Brownell <david-b@pacbell.net> | 2007-05-25 15:31:32 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-07-08 22:16:38 -0400 |
commit | 18ab458fb7bd5c64bef766090020648266cfa9b6 (patch) | |
tree | c059af602a029f2341c9adf53069a50641da6d25 /drivers/net/usb/usbnet.h | |
parent | 2501f843b051621c5a6df7a092a64dfd78b201f7 (diff) |
usbnet whitespace fixes
Whitespace updates for usbnet core, mostly switching to tab-only indents.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/usb/usbnet.h')
-rw-r--r-- | drivers/net/usb/usbnet.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/net/usb/usbnet.h b/drivers/net/usb/usbnet.h index a3f8b9e7bc00..a6c5820767de 100644 --- a/drivers/net/usb/usbnet.h +++ b/drivers/net/usb/usbnet.h | |||
@@ -47,7 +47,7 @@ struct usbnet { | |||
47 | unsigned long data [5]; | 47 | unsigned long data [5]; |
48 | u32 xid; | 48 | u32 xid; |
49 | u32 hard_mtu; /* count any extra framing */ | 49 | u32 hard_mtu; /* count any extra framing */ |
50 | size_t rx_urb_size; /* size for rx urbs */ | 50 | size_t rx_urb_size; /* size for rx urbs */ |
51 | struct mii_if_info mii; | 51 | struct mii_if_info mii; |
52 | 52 | ||
53 | /* various kinds of pending driver work */ | 53 | /* various kinds of pending driver work */ |
@@ -85,7 +85,7 @@ struct driver_info { | |||
85 | #define FLAG_NO_SETINT 0x0010 /* device can't set_interface() */ | 85 | #define FLAG_NO_SETINT 0x0010 /* device can't set_interface() */ |
86 | #define FLAG_ETHER 0x0020 /* maybe use "eth%d" names */ | 86 | #define FLAG_ETHER 0x0020 /* maybe use "eth%d" names */ |
87 | 87 | ||
88 | #define FLAG_FRAMING_AX 0x0040 /* AX88772/178 packets */ | 88 | #define FLAG_FRAMING_AX 0x0040 /* AX88772/178 packets */ |
89 | 89 | ||
90 | /* init device ... can sleep, or cause probe() failure */ | 90 | /* init device ... can sleep, or cause probe() failure */ |
91 | int (*bind)(struct usbnet *, struct usb_interface *); | 91 | int (*bind)(struct usbnet *, struct usb_interface *); |
@@ -146,9 +146,9 @@ extern void usbnet_cdc_unbind (struct usbnet *, struct usb_interface *); | |||
146 | 146 | ||
147 | /* CDC and RNDIS support the same host-chosen packet filters for IN transfers */ | 147 | /* CDC and RNDIS support the same host-chosen packet filters for IN transfers */ |
148 | #define DEFAULT_FILTER (USB_CDC_PACKET_TYPE_BROADCAST \ | 148 | #define DEFAULT_FILTER (USB_CDC_PACKET_TYPE_BROADCAST \ |
149 | |USB_CDC_PACKET_TYPE_ALL_MULTICAST \ | 149 | |USB_CDC_PACKET_TYPE_ALL_MULTICAST \ |
150 | |USB_CDC_PACKET_TYPE_PROMISCUOUS \ | 150 | |USB_CDC_PACKET_TYPE_PROMISCUOUS \ |
151 | |USB_CDC_PACKET_TYPE_DIRECTED) | 151 | |USB_CDC_PACKET_TYPE_DIRECTED) |
152 | 152 | ||
153 | 153 | ||
154 | /* we record the state for each of our queued skbs */ | 154 | /* we record the state for each of our queued skbs */ |