public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Staging: rtl8188eu rtw_efuse.c: fix coding style
@ 2015-03-03 13:49 Matteo Semenzato
  2015-03-03 13:51 ` [PATCH 1/4] Staging: rtl8188eu rtw_ieee80211.c: " Matteo Semenzato
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Matteo Semenzato @ 2015-03-03 13:49 UTC (permalink / raw)
  To: gregkh, navin.patidar, oat.elena; +Cc: devel, linux-kernel, Matteo Semenzato

From: Matteo Semenzato <mattew8898@gmail.com>

This patch fixes the following errors:
ERROR: space prohibited before that ','

Signed-off-by: Matteo Semenzato <mattew8898@gmail.com>
---
 drivers/staging/rtl8188eu/core/rtw_efuse.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8188eu/core/rtw_efuse.c b/drivers/staging/rtl8188eu/core/rtw_efuse.c
index 8816d11..f81468b 100644
--- a/drivers/staging/rtl8188eu/core/rtw_efuse.c
+++ b/drivers/staging/rtl8188eu/core/rtw_efuse.c
@@ -30,8 +30,8 @@
 #define EFUSE_CTRL			REG_EFUSE_CTRL		/*  E-Fuse Control. */
 
 enum{
-		VOLTAGE_V25						= 0x03,
-		LDOE25_SHIFT						= 28 ,
+		VOLTAGE_V25 = 0x03,
+		LDOE25_SHIFT = 28,
 	};
 
 /*
-- 
2.3.1


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

end of thread, other threads:[~2015-03-03 16:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-03 13:49 [PATCH 0/4] Staging: rtl8188eu rtw_efuse.c: fix coding style Matteo Semenzato
2015-03-03 13:51 ` [PATCH 1/4] Staging: rtl8188eu rtw_ieee80211.c: " Matteo Semenzato
2015-03-03 13:56 ` [PATCH 2/4] Staging: rtl8188eu rtw_mlme.c: " Matteo Semenzato
2015-03-03 13:56 ` [PATCH 3/4] Staging: rtl8188eu rtw_mlme_ext.c: " Matteo Semenzato
2015-03-03 13:57 ` [PATCH 4/4] Staging: rtl8188eu rtw_sta_mgt.c: " Matteo Semenzato
2015-03-03 16:27 ` [PATCH 0/4] Staging: rtl8188eu rtw_efuse.c: " Sudip Mukherjee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox