Date: Wed, 19 Nov 2025 11:26:06 +0000 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: 5054789b93fa - stable/14 - ath(4): Fix a typo in a device messsage Message-ID: <691da94e.bd2e.67a1eec2@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=5054789b93fac7625a46d51ce58e1a104dcd2d28 commit 5054789b93fac7625a46d51ce58e1a104dcd2d28 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-10-29 15:26:59 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-11-19 11:25:56 +0000 ath(4): Fix a typo in a device messsage - s/Orignal/Original/ (cherry picked from commit 3eaa2a852b475c7f063bbf677fa536e76514d309) --- sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c b/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c index a0c27828bbc1..50d7cc0aa7a8 100644 --- a/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c +++ b/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c @@ -76,7 +76,7 @@ ar5416IQCalibration(struct ath_hal *ah, uint8_t numChains) HALDEBUG(ah, HAL_DEBUG_PERCAL, "Start IQ Cal and Correction for Chain %d\n", i); HALDEBUG(ah, HAL_DEBUG_PERCAL, - "Orignal: iq_corr_meas = 0x%08x\n", iqCorrMeas); + "Original: iq_corr_meas = 0x%08x\n", iqCorrMeas); iqCorrNeg = 0; /* iqCorrMeas is always negative. */help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?691da94e.bd2e.67a1eec2>
