提交 9f654a7f 编写于 作者: F Feyza Yavuz 提交者: Greg Kroah-Hartman

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: NFeyza Yavuz <feyzaayavuz@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 c2e191eb
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册