summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/debug.c
diff options
context:
space:
mode:
authorKalle Valo <kvalo@codeaurora.org>2020-10-27 14:38:07 +0200
committerKalle Valo <kvalo@codeaurora.org>2020-10-28 15:42:15 +0200
commit762fd1aec588f71873c75b6473eb1736b3a21f4d (patch)
tree528045aa0c281a7a612856b2d7381f4eb9da5021 /drivers/net/wireless/ath/ath10k/debug.c
parent3650b228f83adda7e5ee532e2b90429c03f7b9ec (diff)
downloadlinux-762fd1aec588f71873c75b6473eb1736b3a21f4d.tar.bz2
ath10k: remove repeated words in comments
Found by latest checkpatch. Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/1603802288-21158-1-git-send-email-kvalo@codeaurora.org
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/debug.c')
-rw-r--r--drivers/net/wireless/ath/ath10k/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/debug.c b/drivers/net/wireless/ath/ath10k/debug.c
index e8250a665433..b72cd81fdc79 100644
--- a/drivers/net/wireless/ath/ath10k/debug.c
+++ b/drivers/net/wireless/ath/ath10k/debug.c
@@ -1764,7 +1764,7 @@ static ssize_t ath10k_write_simulate_radar(struct file *file,
struct ath10k *ar = file->private_data;
struct ath10k_vif *arvif;
- /* Just check for for the first vif alone, as all the vifs will be
+ /* Just check for the first vif alone, as all the vifs will be
* sharing the same channel and if the channel is disabled, all the
* vifs will share the same 'is_started' state.
*/