Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2022 12:45:50 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: d03886a4b03d - stable/12 - tegra: Fix a typo in a source code comment
Message-ID:  <202206101245.25ACjoNo038088@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer):

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

commit d03886a4b03d56cf383b80f8021fd488c80484b6
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-04 09:54:09 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-10 12:37:36 +0000

    tegra: Fix a typo in a source code comment
    
    - s/Disble/Disable/
    
    (cherry picked from commit 415e8d12d12808897fe23f06637e942f5a4a2d06)
---
 sys/arm/nvidia/tegra_pcie.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/arm/nvidia/tegra_pcie.c b/sys/arm/nvidia/tegra_pcie.c
index aae3b67a9e36..6a8d8fa8bd67 100644
--- a/sys/arm/nvidia/tegra_pcie.c
+++ b/sys/arm/nvidia/tegra_pcie.c
@@ -1402,7 +1402,7 @@ tegra_pcib_attach_msi(device_t dev)
 	tegra_pcib_set_bar(sc, 9, vtophys(sc->msi_page), vtophys(sc->msi_page),
 	    PAGE_SIZE, 0);
 
-	/* Disble and clear all interrupts. */
+	/* Disable and clear all interrupts. */
 	for (i = 0; i < AFI_MSI_REGS; i++) {
 		AFI_WR4(sc, AFI_MSI_EN_VEC(i), 0);
 		AFI_WR4(sc, AFI_MSI_VEC(i), 0xFFFFFFFF);



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