From: Feyza Yavuz Date: Wed, 1 Oct 2014 18:29:52 +0000 (+0300) Subject: staging: rtl8192e: rtl8192e: Remove spaces before the semicolons X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9f654a7f25a95080d4cf0909c08d840ff0ac6998;p=linux-beck.git staging: rtl8192e: rtl8192e: Remove spaces before the semicolons 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.c b/drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.c index 6ef0566fff48..0e6bdd222e75 100644 --- a/drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.c +++ b/drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.c @@ -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; }