diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-07-10 07:10:05 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2022-07-18 15:09:03 +0300 |
commit | fb01be6d68360fe698041b1c44266e2d6c941a4c (patch) | |
tree | fab4728471156476b29ba128a8b98b4238a6f1d0 /drivers/net/wireless/quantenna | |
parent | f29c21516268f1cc8ad260d7efd520caaa52eb83 (diff) | |
download | linux-fb01be6d68360fe698041b1c44266e2d6c941a4c.tar.xz |
wifi: qtnfmac: 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/20220710041005.10950-1-yuanjilin@cdjrlc.com
Diffstat (limited to 'drivers/net/wireless/quantenna')
-rw-r--r-- | drivers/net/wireless/quantenna/qtnfmac/qlink.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/quantenna/qtnfmac/qlink.h b/drivers/net/wireless/quantenna/qtnfmac/qlink.h index 2dda4c5d7427..674461fa7fb3 100644 --- a/drivers/net/wireless/quantenna/qtnfmac/qlink.h +++ b/drivers/net/wireless/quantenna/qtnfmac/qlink.h @@ -1721,8 +1721,8 @@ enum qlink_chan_stat { * @time_on: amount of time radio operated on that channel. * @time_tx: amount of time radio spent transmitting on the channel. * @time_rx: amount of time radio spent receiving on the channel. - * @cca_busy: amount of time the the primary channel was busy. - * @cca_busy_ext: amount of time the the secondary channel was busy. + * @cca_busy: amount of time the primary channel was busy. + * @cca_busy_ext: amount of time the secondary channel was busy. * @time_scan: amount of radio spent scanning on the channel. * @chan_noise: channel noise. */ |