[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20150614030059.GA6428@Tejas-asus>
Date: Sun, 14 Jun 2015 03:01:06 +0000
From: "Joglekar, Tejas (T.)" <tjogleka@...teon.com>
To: "Larry.Finger@...inger.net" <Larry.Finger@...inger.net>,
"Jes.Sorensen@...hat.com" <Jes.Sorensen@...hat.com>,
"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
"johannes.berg@...el.com" <johannes.berg@...el.com>,
"joe@...ches.com" <joe@...ches.com>
CC: "linux-wireless@...r.kernel.org" <linux-wireless@...r.kernel.org>,
"devel@...verdev.osuosl.org" <devel@...verdev.osuosl.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [PATCH] staging:rtl8723au:ioctl_cfg80211:spaces required around '>'
From: Joglekar Tejas <tjogleka@...teon.com>
This patch removes the error given by checkpatch.pl
" spaces required around that '>' "
Signed-off-by: Joglekar Tejas <tjogleka@...teon.com>
---
drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c b/drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c
index bc95ce8..feb5961 100644
--- a/drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c
+++ b/drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c
@@ -1041,7 +1041,7 @@ static u16 rtw_get_cur_max_rate(struct rtw_adapter *adapter)
while (pcur_bss->SupportedRates[i] != 0 &&
pcur_bss->SupportedRates[i] != 0xFF) {
rate = pcur_bss->SupportedRates[i] & 0x7F;
- if (rate>max_rate)
+ if (rate > max_rate)
max_rate = rate;
i++;
}
--
1.9.1
--
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