From: Loïc Pellegrino Date: Sun, 6 Apr 2014 13:03:39 +0000 (+0100) Subject: staging: rtl8192u: Fix indentation problems X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a8d0df262cd58ff2eff4461be8ab9a79d2d7f440;p=deliverable%2Flinux.git staging: rtl8192u: Fix indentation problems Fix coding style problems (incorrect indentation). Signed-off-by: Loïc Pellegrino Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8192u/r8190_rtl8256.c b/drivers/staging/rtl8192u/r8190_rtl8256.c index 40b14a2d1cdb..08e1bc90555a 100644 --- a/drivers/staging/rtl8192u/r8190_rtl8256.c +++ b/drivers/staging/rtl8192u/r8190_rtl8256.c @@ -32,7 +32,7 @@ void PHY_SetRF8256Bandwidth(struct net_device *dev , HT_CHANNEL_WIDTH Bandwidth) for(eRFPath = 0; eRFPath NumTotalRFPath; eRFPath++) { if (!rtl8192_phy_CheckIsLegalRFPath(dev, eRFPath)) - continue; + continue; pPhyReg = &priv->PHYRegDef[eRFPath]; @@ -249,7 +249,7 @@ void PHY_SetRF8256CCKTxPower(struct net_device *dev, u8 powerlevel) if(priv->CustomerID == RT_CID_819x_Netcore) TxAGC = 0x22; else - TxAGC += priv->CckPwEnl; + TxAGC += priv->CckPwEnl; } if(TxAGC > 0x24)