Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2026 04:49:49 +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: b6ce96b36a16 - stable/15 - ufshci(4): Fix a typo in a source code comment
Message-ID:  <6a32276d.44747.2f10f9ff@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by gbe:

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

commit b6ce96b36a16e73f5a9fa6007fda9bc59a20b7f7
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-06-14 08:48:18 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-06-17 04:47:51 +0000

    ufshci(4): Fix a typo in a source code comment
    
    - s/Diable/Disable/
    
    (cherry picked from commit 54e4b9c9faf0d4d478eea41fed0a7c7f0bac5eda)
---
 sys/dev/ufshci/ufshci_ctrlr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/ufshci/ufshci_ctrlr.c b/sys/dev/ufshci/ufshci_ctrlr.c
index 36be94b8b8b7..21639fc8a53f 100644
--- a/sys/dev/ufshci/ufshci_ctrlr.c
+++ b/sys/dev/ufshci/ufshci_ctrlr.c
@@ -130,7 +130,7 @@ ufshci_ctrlr_construct(struct ufshci_controller *ctrlr, device_t dev)
 	/* Read the UECPA register to clear */
 	ufshci_mmio_read_4(ctrlr, uecpa);
 
-	/* Diable Auto-hibernate */
+	/* Disable Auto-hibernate */
 	ahit = 0;
 	ufshci_mmio_write_4(ctrlr, ahit, ahit);
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a32276d.44747.2f10f9ff>