[PATCH 0/4] Staging: rtl8188eu rtw_efuse.c: fix coding style

From: Matteo Semenzato
Date: Tue Mar 03 2015 - 08:50:00 EST


From: Matteo Semenzato <mattew8898@xxxxxxxxx>

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

Signed-off-by: Matteo Semenzato <mattew8898@xxxxxxxxx>
---
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/