All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] staging: wilc1000: change enum variable name with lower case
@ 2015-11-03  7:20 Glen Lee
  2015-11-03  7:20 ` [PATCH 2/5] staging: wilc1000: send_config_pkt: use netdev print Glen Lee
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Glen Lee @ 2015-11-03  7:20 UTC (permalink / raw)
  To: gregkh
  Cc: devel, linux-wireless, tony.cho, glen.lee, leo.kim, austin.shin,
	adel.noureldin, adham.abozaeid, Nicolas.FERRE

This patch changes WID_TYPE with wid_type which is preferred style.

Signed-off-by: Glen Lee <glen.lee@atmel.com>
---
 drivers/staging/wilc1000/coreconfigurator.h | 2 +-
 drivers/staging/wilc1000/wilc_wlan_if.h     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/wilc1000/coreconfigurator.h b/drivers/staging/wilc1000/coreconfigurator.h
index 1ea5f47..7545856 100644
--- a/drivers/staging/wilc1000/coreconfigurator.h
+++ b/drivers/staging/wilc1000/coreconfigurator.h
@@ -72,7 +72,7 @@ typedef enum {
 
 struct wid {
 	u16 id;
-	enum WID_TYPE type;
+	enum wid_type type;
 	s32 size;
 	s8 *val;
 };
diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers/staging/wilc1000/wilc_wlan_if.h
index 1170169..be90558 100644
--- a/drivers/staging/wilc1000/wilc_wlan_if.h
+++ b/drivers/staging/wilc1000/wilc_wlan_if.h
@@ -312,7 +312,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,
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-11-04 20:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-03  7:20 [PATCH 1/5] staging: wilc1000: change enum variable name with lower case Glen Lee
2015-11-03  7:20 ` [PATCH 2/5] staging: wilc1000: send_config_pkt: use netdev print Glen Lee
2015-11-03  7:21 ` [PATCH 3/5] staging: wilc1000: send_config_pkt: return linux error number Glen Lee
2015-11-03  7:21 ` [PATCH 4/5] staging: wilc1000: send_config_pkt: remove unnecessary blank line Glen Lee
2015-11-03  7:21 ` [PATCH 5/5] staging: wilc1000: move send_config_pkt to wilc_wlan.c Glen Lee
2015-11-04 20:52 ` [PATCH 1/5] staging: wilc1000: change enum variable name with lower case Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.