Commit 5f256874 authored by Joe Perches's avatar Joe Perches Committed by Greg Kroah-Hartman

staging:vt6655:iocmd: Whitespace cleanups

Neatening only.
git diff -w shows no differences.
Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4b61d809
...@@ -72,10 +72,10 @@ typedef enum tagWMAC_CMD { ...@@ -72,10 +72,10 @@ typedef enum tagWMAC_CMD {
} WMAC_CMD, *PWMAC_CMD; } WMAC_CMD, *PWMAC_CMD;
typedef enum tagWZONETYPE { typedef enum tagWZONETYPE {
ZoneType_USA=0, ZoneType_USA = 0,
ZoneType_Japan=1, ZoneType_Japan = 1,
ZoneType_Europe=2 ZoneType_Europe = 2
}WZONETYPE; } WZONETYPE;
#define ADHOC 0 #define ADHOC 0
#define INFRA 1 #define INFRA 1
...@@ -406,7 +406,7 @@ enum { ...@@ -406,7 +406,7 @@ enum {
#define VIAWGET_HOSTAPD_GENERIC_ELEMENT_HDR_LEN \ #define VIAWGET_HOSTAPD_GENERIC_ELEMENT_HDR_LEN \
((int) (&((struct viawget_hostapd_param *) 0)->u.generic_elem.data)) ((int)(&((struct viawget_hostapd_param *)0)->u.generic_elem.data))
// Maximum length for algorithm names (-1 for nul termination) used in ioctl() // Maximum length for algorithm names (-1 for nul termination) used in ioctl()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment