[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1417176974-18604-1-git-send-email-andnlnbn18@gmail.com>
Date: Fri, 28 Nov 2014 17:46:14 +0530
From: Athira Lekshmi <andnlnbn18@...il.com>
To: gregkh@...uxfoundation.org
Cc: Larry.Finger@...inger.net, Jes.Sorensen@...hat.com,
ruchandani.tina@...il.com, linux-wireless@...r.kernel.org,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Athira Lekshmi <andnlnbn18@...il.com>
Subject: [PATCH] Drivers:staging:rtl8723au:core: Fixed checkpatch error
Fixed the checkpatch error:
ERROR: spaces required around that '>'
Signed-off-by: Athira Lekshmi <andnlnbn18@...il.com>
---
drivers/staging/rtl8723au/core/rtw_cmd.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8723au/core/rtw_cmd.c b/drivers/staging/rtl8723au/core/rtw_cmd.c
index 44eae8e..9f1cdd4 100644
--- a/drivers/staging/rtl8723au/core/rtw_cmd.c
+++ b/drivers/staging/rtl8723au/core/rtw_cmd.c
@@ -960,7 +960,7 @@ static void traffic_status_watchdog(struct rtw_adapter *padapter)
/* check traffic for powersaving. */
if (((pmlmepriv->LinkDetectInfo.NumRxUnicastOkInPeriod +
pmlmepriv->LinkDetectInfo.NumTxOkInPeriod) > 8) ||
- pmlmepriv->LinkDetectInfo.NumRxUnicastOkInPeriod >2)
+ pmlmepriv->LinkDetectInfo.NumRxUnicastOkInPeriod > 2)
bEnterPS = false;
else
bEnterPS = true;
@@ -1154,7 +1154,7 @@ static void rtw_chk_hi_queue_hdl(struct rtw_adapter *padapter)
cnt++;
- if (cnt>10)
+ if (cnt > 10)
break;
val = rtl8723a_chk_hi_queue_empty(padapter);
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists