提交 9948cade 编写于 作者: X Xenia Ragiadakou 提交者: Greg Kroah-Hartman

rtl8192u: remove whitespace after '(' and before ')' in r8190_rtl8256.c

This patch fixes the following checkpatch errors, in r8190_rtl8256.c:
ERROR: space prohibited after that open parenthesis '('
ERROR: space prohibited before that close parenthesis ')'
Signed-off-by: NXenia Ragiadakou <burzalodowa@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 33c2aa14
...@@ -73,7 +73,7 @@ void PHY_SetRF8256Bandwidth(struct net_device *dev , HT_CHANNEL_WIDTH Bandwidth) ...@@ -73,7 +73,7 @@ void PHY_SetRF8256Bandwidth(struct net_device *dev , HT_CHANNEL_WIDTH Bandwidth)
break; break;
default: default:
RT_TRACE(COMP_ERR, "PHY_SetRF8256Bandwidth(): unknown Bandwidth: %#X\n",Bandwidth ); RT_TRACE(COMP_ERR, "PHY_SetRF8256Bandwidth(): unknown Bandwidth: %#X\n",Bandwidth);
break; break;
} }
...@@ -244,7 +244,7 @@ void PHY_SetRF8256CCKTxPower(struct net_device *dev, u8 powerlevel) ...@@ -244,7 +244,7 @@ void PHY_SetRF8256CCKTxPower(struct net_device *dev, u8 powerlevel)
//modified by vivi, 20080109 //modified by vivi, 20080109
TxAGC = powerlevel; TxAGC = powerlevel;
if(priv->bDynamicTxLowPower == TRUE ) //cosa 05/22/2008 for scan if(priv->bDynamicTxLowPower == TRUE) //cosa 05/22/2008 for scan
{ {
if(priv->CustomerID == RT_CID_819x_Netcore) if(priv->CustomerID == RT_CID_819x_Netcore)
TxAGC = 0x22; TxAGC = 0x22;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册