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:
parent
90b984c855
commit
50327db717
2 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ typedef enum {
|
|||
|
||||
struct wid {
|
||||
u16 id;
|
||||
enum WID_TYPE type;
|
||||
enum wid_type type;
|
||||
s32 size;
|
||||
s8 *val;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue