Commit 50327db7 authored by Glen Lee's avatar Glen Lee Committed by Greg Kroah-Hartman

staging: wilc1000: change enum variable name with lower case

This patch changes WID_TYPE with wid_type which is preferred style.
Signed-off-by: default avatarGlen Lee <glen.lee@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 90b984c8
...@@ -72,7 +72,7 @@ typedef enum { ...@@ -72,7 +72,7 @@ typedef enum {
struct wid { struct wid {
u16 id; u16 id;
enum WID_TYPE type; enum wid_type type;
s32 size; s32 size;
s8 *val; s8 *val;
}; };
......
...@@ -315,7 +315,7 @@ typedef enum { ...@@ -315,7 +315,7 @@ typedef enum {
SW_TRIGGER_ABORT, SW_TRIGGER_ABORT,
} TX_ABORT_OPTION_T; } TX_ABORT_OPTION_T;
enum WID_TYPE { enum wid_type {
WID_CHAR = 0, WID_CHAR = 0,
WID_SHORT = 1, WID_SHORT = 1,
WID_INT = 2, WID_INT = 2,
......
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