summaryrefslogtreecommitdiff
path: root/drivers/staging/r8188eu/core/rtw_cmd.c
diff options
context:
space:
mode:
authorRebecca Mckeever <remckee0@gmail.com>2022-04-06 11:30:58 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-04-07 20:52:12 +0300
commit94c82e10ecff6ee0060a800687b255e9d1818052 (patch)
tree184bdece94d271b630f2f017cd5cd7a3e35b6083 /drivers/staging/r8188eu/core/rtw_cmd.c
parent95b8f316aea3b741fb8028d984e15bb0d1d9a1ac (diff)
downloadlinux-94c82e10ecff6ee0060a800687b255e9d1818052.tar.xz
staging: r8188eu: remove extra 'the'
Remove repeated 'the' in comment to be grammatically correct and conform to Linux kernel coding style. Found with checkpatch: WARNING: Possible repeated word: 'the' Signed-off-by: Rebecca Mckeever <remckee0@gmail.com> Link: https://lore.kernel.org/r/e259a035b79c814f871b490aa277bf0dfe23fe11.1649233201.git.remckee0@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/r8188eu/core/rtw_cmd.c')
-rw-r--r--drivers/staging/r8188eu/core/rtw_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/r8188eu/core/rtw_cmd.c b/drivers/staging/r8188eu/core/rtw_cmd.c
index bbff493c48f9..4535208fdd3d 100644
--- a/drivers/staging/r8188eu/core/rtw_cmd.c
+++ b/drivers/staging/r8188eu/core/rtw_cmd.c
@@ -519,7 +519,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. */