The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=54e4b9c9faf0d4d478eea41fed0a7c7f0bac5eda
commit 54e4b9c9faf0d4d478eea41fed0a7c7f0bac5eda Author: Gordon Bergling <[email protected]> AuthorDate: 2026-06-14 08:48:18 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2026-06-14 08:48:18 +0000 ufshci(4): Fix a typo in a source code comment - s/Diable/Disable/ MFC after: 3 days --- 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 244aa723d02a..b271720efb52 100644 --- a/sys/dev/ufshci/ufshci_ctrlr.c +++ b/sys/dev/ufshci/ufshci_ctrlr.c @@ -397,7 +397,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);
