diff options
author | Jesper Juhl <jj@chaosbits.net> | 2012-06-25 03:56:50 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-06-25 22:17:37 +0400 |
commit | c5a415cab5f88e7b527a40ab992c06316a59a8af (patch) | |
tree | ec7956bacbb325321e13b8719a41125aa93642ba | |
parent | c91a8d5a7b03ac6801c92087e26dadd968f0e0e7 (diff) | |
download | linux-c5a415cab5f88e7b527a40ab992c06316a59a8af.tar.xz |
staging: vt6656: iwctl: ensure one space between defined name and value
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/vt6656/iwctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/vt6656/iwctl.c b/drivers/staging/vt6656/iwctl.c index 9fc9059143ca..218e14686287 100644 --- a/drivers/staging/vt6656/iwctl.c +++ b/drivers/staging/vt6656/iwctl.c @@ -47,9 +47,9 @@ #include <net/iw_handler.h> #ifdef WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT -#define SUPPORTED_WIRELESS_EXT 18 +#define SUPPORTED_WIRELESS_EXT 18 #else -#define SUPPORTED_WIRELESS_EXT 17 +#define SUPPORTED_WIRELESS_EXT 17 #endif static const long frequency_list[] = { |