aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-07-09 21:42:07 +0800
committerKalle Valo <kvalo@kernel.org>2022-07-18 15:07:57 +0300
commit505d6105b6fd6dd18cf9a2c49384c94da0a3b22a (patch)
treead2e12d51eda338d080dbf1648bd6a3764e92da5
parentwifi: brcmfmac: fix repeated words in comments (diff)
downloadlinux-505d6105b6fd6dd18cf9a2c49384c94da0a3b22a.tar.xz
linux-505d6105b6fd6dd18cf9a2c49384c94da0a3b22a.zip
wifi: brcmsmac: fix repeated words in comments
Delete the redundant word 'the'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20220709134207.30856-1-yuanjilin@cdjrlc.com
-rw-r--r--drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c b/drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
index 8ddfc3d06687..11b33e78127c 100644
--- a/drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
+++ b/drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
@@ -3800,7 +3800,7 @@ static void brcms_b_set_shortslot(struct brcms_hardware *wlc_hw, bool shortslot)
}
/*
- * Suspend the the MAC and update the slot timing
+ * Suspend the MAC and update the slot timing
* for standard 11b/g (20us slots) or shortslot 11g (9us slots).
*/
static void brcms_c_switch_shortslot(struct brcms_c_info *wlc, bool shortslot)