staging: wilc1000: change enum variable name with lower case

This patch changes WID_TYPE with wid_type which is preferred style.

Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Glen Lee 2015-11-03 16:20:58 +09:00 committed by Greg Kroah-Hartman
parent 90b984c855
commit 50327db717
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ typedef enum {
struct wid {
u16 id;
enum WID_TYPE type;
enum wid_type type;
s32 size;
s8 *val;
};

View file

@ -315,7 +315,7 @@ typedef enum {
SW_TRIGGER_ABORT,
} TX_ABORT_OPTION_T;
enum WID_TYPE {
enum wid_type {
WID_CHAR = 0,
WID_SHORT = 1,
WID_INT = 2,