[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220209193209.25934-1-leonardo.aa88@gmail.com>
Date: Wed, 9 Feb 2022 16:32:09 -0300
From: Leonardo Araujo <leonardo.aa88@...il.com>
To: gregkh@...uxfoundation.org
Cc: linux-kernel@...r.kernel.org, linux-staging@...ts.linux.dev,
Leonardo Araujo <leonardo.aa88@...il.com>
Subject: [PATCH] Staging: r8188eu: core: Possible repeated word: 'the'
This patch fixes the following checkpatch.pl warning:
WARNING: Possible repeated word: 'the'
Signed-off-by: Leonardo Araujo <leonardo.aa88@...il.com>
---
drivers/staging/r8188eu/core/rtw_cmd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/r8188eu/core/rtw_cmd.c b/drivers/staging/r8188eu/core/rtw_cmd.c
index 8bfb01c2ebb5..bf15f224aee7 100644
--- a/drivers/staging/r8188eu/core/rtw_cmd.c
+++ b/drivers/staging/r8188eu/core/rtw_cmd.c
@@ -529,7 +529,7 @@ u8 rtw_joinbss_cmd(struct adapter *padapter, struct wlan_network *pnetwork)
psecnetwork->IELength = 0;
/* Added by Albert 2009/02/18 */
- /* If the the driver wants to use the bssid to create the connection. */
+ /* If the driver wants to use the bssid to create the connection. */
/* If not, we have to copy the connecting AP's MAC address to it so that */
/* the driver just has the bssid information for PMKIDList searching. */
--
2.29.0
Powered by blists - more mailing lists