diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-17 13:33:41 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-20 16:21:47 -0400 |
commit | aa84dfc4296b8dd296da9a4d9e19ec1e6f7ddb94 (patch) | |
tree | 9f6c67675b730deb60fecf550d348c07627f9847 /drivers/usb | |
parent | 5d78fcb0caf219e2e6c8e486d7e31fec1333ac06 (diff) |
USB: visor.h: checkpatch cleanups
Minor whitespace cleanups to make checkpatch happy.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/serial/visor.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/usb/serial/visor.h b/drivers/usb/serial/visor.h index 57229cf66477..88db4d06aefb 100644 --- a/drivers/usb/serial/visor.h +++ b/drivers/usb/serial/visor.h | |||
@@ -9,8 +9,9 @@ | |||
9 | * the Free Software Foundation; either version 2 of the License, or | 9 | * the Free Software Foundation; either version 2 of the License, or |
10 | * (at your option) any later version. | 10 | * (at your option) any later version. |
11 | * | 11 | * |
12 | * See Documentation/usb/usb-serial.txt for more information on using this driver | 12 | * See Documentation/usb/usb-serial.txt for more information on using this |
13 | * | 13 | * driver. |
14 | * | ||
14 | */ | 15 | */ |
15 | 16 | ||
16 | #ifndef __LINUX_USB_SERIAL_VISOR_H | 17 | #ifndef __LINUX_USB_SERIAL_VISOR_H |
@@ -65,7 +66,7 @@ | |||
65 | #define ACEECA_MEZ1000_ID 0x0001 | 66 | #define ACEECA_MEZ1000_ID 0x0001 |
66 | 67 | ||
67 | #define KYOCERA_VENDOR_ID 0x0C88 | 68 | #define KYOCERA_VENDOR_ID 0x0C88 |
68 | #define KYOCERA_7135_ID 0x0021 | 69 | #define KYOCERA_7135_ID 0x0021 |
69 | 70 | ||
70 | #define FOSSIL_VENDOR_ID 0x0E67 | 71 | #define FOSSIL_VENDOR_ID 0x0E67 |
71 | #define FOSSIL_ABACUS_ID 0x0002 | 72 | #define FOSSIL_ABACUS_ID 0x0002 |
@@ -145,7 +146,7 @@ struct visor_connection_info { | |||
145 | * The maximum number of connections currently supported is 2 | 146 | * The maximum number of connections currently supported is 2 |
146 | */ | 147 | */ |
147 | struct palm_ext_connection_info { | 148 | struct palm_ext_connection_info { |
148 | __u8 num_ports; | 149 | __u8 num_ports; |
149 | __u8 endpoint_numbers_different; | 150 | __u8 endpoint_numbers_different; |
150 | __le16 reserved1; | 151 | __le16 reserved1; |
151 | struct { | 152 | struct { |