]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Staging: rtl8188eu: Fix warning of space prohibited.
authorElena Oat <oat.elena@gmail.com>
Wed, 19 Mar 2014 12:49:44 +0000 (14:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Mar 2014 16:13:37 +0000 (09:13 -0700)
This patch fixes the warning of "space prohibited before semicolon" in
file rtw_efuse.c.

Signed-off-by: Elena Oat <oat.elena@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_efuse.c

index 37c3f0cb9defa81a818134424e6d4e258230b258..40afe48a12efad6b360d8cd1524dd6bf819620c5 100644 (file)
@@ -445,7 +445,7 @@ u8 rtw_efuse_access(struct adapter *padapter, u8 write, u16 start_addr, u16 cnts
 {
        int i = 0;
        u16 real_content_len = 0, max_available_size = 0;
-       u8 res = _FAIL ;
+       u8 res = _FAIL;
        u8 (*rw8)(struct adapter *, u16, u8*);
 
        EFUSE_GetEfuseDefinition(padapter, EFUSE_WIFI, TYPE_EFUSE_REAL_CONTENT_LEN, (void *)&real_content_len, false);