]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: rtl8192e: rtl8192e: Remove spaces before the semicolons
authorFeyza Yavuz <feyzaayavuz@gmail.com>
Wed, 1 Oct 2014 18:29:52 +0000 (21:29 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2014 18:56:43 +0000 (11:56 -0700)
Patch the following checkpatch.pl warnings

drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.c:232: warning:
space prohibited before semicolon
drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.c:236: warning:
space prohibited before semicolon

Signed-off-by: Feyza Yavuz <feyzaayavuz@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.c

index 6ef0566fff4897cc3bf8553a9bdf9b0137b7aabc..0e6bdd222e75350f45f7ad305dd0ce9572c14190 100644 (file)
@@ -228,11 +228,11 @@ bool phy_RF8256_Config_ParaFile(struct net_device *dev)
 
        }
 
-       RT_TRACE(COMP_PHY, "PHY Initialization Success\n") ;
+       RT_TRACE(COMP_PHY, "PHY Initialization Success\n");
        return true;
 
 phy_RF8256_Config_ParaFile_Fail:
-       RT_TRACE(COMP_ERR, "PHY Initialization failed\n") ;
+       RT_TRACE(COMP_ERR, "PHY Initialization failed\n");
        return false;
 }