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:46 -0400 |
commit | 1689e993b335e1a22d74f7ddf1b51725ccfc3ade (patch) | |
tree | 511059e92ce3d44fc613d952fa7de58466328386 /drivers/usb/serial/belkin_sa.h | |
parent | 42047699fae79190fd7ebd0b02fa4bde016adc04 (diff) |
USB: belkin_sa.h: checkpatch cleanups
Minor whitespace cleanups to make checkpatch happy.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/belkin_sa.h')
-rw-r--r-- | drivers/usb/serial/belkin_sa.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/usb/serial/belkin_sa.h b/drivers/usb/serial/belkin_sa.h index c66a6730d38c..c74b58ab56f9 100644 --- a/drivers/usb/serial/belkin_sa.h +++ b/drivers/usb/serial/belkin_sa.h | |||
@@ -8,10 +8,10 @@ | |||
8 | * and associated source files. Please see the usb/serial files for | 8 | * and associated source files. Please see the usb/serial files for |
9 | * individual credits and copyrights. | 9 | * individual credits and copyrights. |
10 | * | 10 | * |
11 | * This program is free software; you can redistribute it and/or modify | 11 | * This program is free software; you can redistribute it and/or modify |
12 | * it under the terms of the GNU General Public License as published by | 12 | * it under the terms of the GNU General Public License as published by |
13 | * the Free Software Foundation; either version 2 of the License, or | 13 | * the Free Software Foundation; either version 2 of the License, or |
14 | * (at your option) any later version. | 14 | * (at your option) any later version. |
15 | * | 15 | * |
16 | * See Documentation/usb/usb-serial.txt for more information on using this | 16 | * See Documentation/usb/usb-serial.txt for more information on using this |
17 | * driver | 17 | * driver |
@@ -66,7 +66,7 @@ | |||
66 | #ifdef WHEN_I_LEARN_THIS | 66 | #ifdef WHEN_I_LEARN_THIS |
67 | #define BELKIN_SA_SET_MAGIC_REQUEST 17 /* I don't know, possibly flush */ | 67 | #define BELKIN_SA_SET_MAGIC_REQUEST 17 /* I don't know, possibly flush */ |
68 | /* (always in Wininit sequence before flow control) */ | 68 | /* (always in Wininit sequence before flow control) */ |
69 | #define BELKIN_SA_RESET xx /* Reset the port */ | 69 | #define BELKIN_SA_RESET xx /* Reset the port */ |
70 | #define BELKIN_SA_GET_MODEM_STATUS xx /* Force return of modem status register */ | 70 | #define BELKIN_SA_GET_MODEM_STATUS xx /* Force return of modem status register */ |
71 | #endif | 71 | #endif |
72 | 72 | ||