Date: Thu, 14 Apr 2022 06:08:47 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: a4e708ba9fce - stable/13 - ath(4): Remove a double word in a few source code comments Message-ID: <202204140608.23E68lsV041235@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=a4e708ba9fce6a0b27331f178cad632417c589b6 commit a4e708ba9fce6a0b27331f178cad632417c589b6 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-09 08:55:00 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-14 06:02:55 +0000 ath(4): Remove a double word in a few source code comments - s/for for/for/ (cherry picked from commit 6cff32b3c47ead614311e07e2ef7f91948c61307) --- sys/dev/ath/ath_hal/ar5212/ar5212_ani.c | 2 +- sys/dev/ath/ath_hal/ar5416/ar5416_ani.c | 2 +- 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204140608.23E68lsV041235>