[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220825150258.8967-1-dengshaomin@cdjrlc.com>
Date: Thu, 25 Aug 2022 11:02:58 -0400
From: Shaomin Deng <dengshaomin@...rlc.com>
To: linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Cc: baihaowen@...zu.com, dan.carpenter@...cle.com,
paskripkin@...il.com, dave@...olabs.net, edumazet@...gle.com,
dengshaomin@...rlc.com
Subject: [PATCH] staging: rtl8192e: Fix comments typo
Fix double word "new" in comments.
Signed-off-by: Shaomin Deng <dengshaomin@...rlc.com>
---
drivers/staging/rtl8192e/rtllib_softmac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c b/drivers/staging/rtl8192e/rtllib_softmac.c
index b5f4d35954a9..9e6d7c5716ff 100644
--- a/drivers/staging/rtl8192e/rtllib_softmac.c
+++ b/drivers/staging/rtl8192e/rtllib_softmac.c
@@ -1611,7 +1611,7 @@ inline void rtllib_softmac_new_net(struct rtllib_device *ieee,
short apset, ssidset, ssidbroad, apmatch, ssidmatch;
- /* we are interested in new new only if we are not associated
+ /* we are interested in new only if we are not associated
* and we are not associating / authenticating
*/
if (ieee->state != RTLLIB_NOLINK)
--
2.35.1
Powered by blists - more mailing lists