summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs
diff options
context:
space:
mode:
authorkyoungho koo <rnrudgh@gmail.com>2020-04-24 20:05:12 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-04-25 13:58:05 +0300
commit705b7c364808de23f067c128afb295e5f0d8da24 (patch)
treefe75e40c193ab2eda54331546bc4d6b475dd8c1b /drivers/staging/rtl8723bs
parentf80fa161ae616e648f7040544c0e1f5f225fbfbf (diff)
downloadlinux-705b7c364808de23f067c128afb295e5f0d8da24.tar.xz
Staging: rtl8723bs: Fix comment typo "the the".
I have found double typed comments "the the". So i modified it to one "the" Signed-off-by: kyoungho koo <rnrudgh@gmail.com> Link: https://lore.kernel.org/r/20200424170508.GA10761@koo-Z370-HD3 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723bs')
-rw-r--r--drivers/staging/rtl8723bs/core/rtw_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/core/rtw_cmd.c b/drivers/staging/rtl8723bs/core/rtw_cmd.c
index efb5135ad743..bd18d1803e27 100644
--- a/drivers/staging/rtl8723bs/core/rtw_cmd.c
+++ b/drivers/staging/rtl8723bs/core/rtw_cmd.c
@@ -822,7 +822,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. */