Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2025 18:50:58 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 3eaa2a852b47 - main - ath(4): Fix a typo in a device messsage
Message-ID:  <202510311850.59VIowNV034606@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=3eaa2a852b475c7f063bbf677fa536e76514d309

commit 3eaa2a852b475c7f063bbf677fa536e76514d309
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-29 15:26:59 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-10-31 18:50:40 +0000

    ath(4): Fix a typo in a device messsage
    
    - s/Orignal/Original/
    
    MFC after:      5 days
---
 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. */ 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510311850.59VIowNV034606>