git: 95379de3616a - stable/15 - ath(4): Fix a typo in a device messsage
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Nov 2025 19:01:27 UTC
The branch stable/15 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=95379de3616a1424e4fddb0b5743a5f789803b9d
commit 95379de3616a1424e4fddb0b5743a5f789803b9d
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-29 15:26:59 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-08 19:01:17 +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. */