From: Matteo Semenzato <mattew8...@gmail.com>

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

Signed-off-by: Matteo Semenzato <mattew8...@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

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

Reply via email to