mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 07:34:03 -04:00
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:
committed by
Greg Kroah-Hartman
parent
90b984c855
commit
50327db717
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user