Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 416d8321 authored by Leo Kim's avatar Leo Kim Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: rename the member variable, enuWIDtype of wid



This patch renames enuWIDtype of struct wid to type.

Signed-off-by: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarTony Cho <tony.cho@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 20212c03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ typedef enum {

struct wid {
	u16 u16WIDid;
	enum WID_TYPE enuWIDtype;
	enum WID_TYPE type;
	s32 s32ValueSize;
	s8      *ps8WidVal;
};
+92 −92

File changed.

Preview size limit exceeded, changes collapsed.