aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-09 08:55:00 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-09 08:55:00 +0000
commit6cff32b3c47ead614311e07e2ef7f91948c61307 (patch)
tree31ff2fc20226d3ae00e1fe4993f592157504d040 /sys/dev/ath
parentbafe4cee3db4846f443241be9f995d72347c3647 (diff)
downloadsrc-6cff32b3c47ead614311e07e2ef7f91948c61307.tar.gz
src-6cff32b3c47ead614311e07e2ef7f91948c61307.zip
ath(4): Remove a double word in a few source code comments
- s/for for/for/ MFC after: 3 days
Diffstat (limited to 'sys/dev/ath')
-rw-r--r--sys/dev/ath/ath_hal/ar5212/ar5212_ani.c2
-rw-r--r--sys/dev/ath/ath_hal/ar5416/ar5416_ani.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ath/ath_hal/ar5212/ar5212_ani.c b/sys/dev/ath/ath_hal/ar5212/ar5212_ani.c
index eb9999e1ca5d..7ace16944ea0 100644
--- a/sys/dev/ath/ath_hal/ar5212/ar5212_ani.c
+++ b/sys/dev/ath/ath_hal/ar5212/ar5212_ani.c
@@ -41,7 +41,7 @@
/*
* ANI processing tunes radio parameters according to PHY errors
- * and related information. This is done for for noise and spur
+ * and related information. This is done for noise and spur
* immunity in all operating modes if the device indicates it's
* capable at attach time. In addition, when there is a reference
* rssi value (e.g. beacon frames from an ap in station mode)
diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c b/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c
index 340d67f2e52b..6d9c42d7821a 100644
--- a/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c
+++ b/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c
@@ -45,7 +45,7 @@
/*
* ANI processing tunes radio parameters according to PHY errors
- * and related information. This is done for for noise and spur
+ * and related information. This is done for noise and spur
* immunity in all operating modes if the device indicates it's
* capable at attach time. In addition, when there is a reference
* rssi value (e.g. beacon frames from an ap in station mode)