Skip to content

Commit

Permalink
staging: vt6656: iwctl: ensure one space between defined name and value
Browse files Browse the repository at this point in the history
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Jesper Juhl authored and Greg Kroah-Hartman committed Jun 25, 2012
1 parent c91a8d5 commit c5a415c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/vt6656/iwctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit c5a415c

Please sign in to comment.