diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2026-06-14 08:48:18 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2026-06-14 08:48:18 +0000 |
| commit | 54e4b9c9faf0d4d478eea41fed0a7c7f0bac5eda (patch) | |
| tree | 7b9aae81f6b28f2ad0ecdd337ac1833d7ec46a1e | |
| parent | dd8ba1f2fc513cea3ef18b6cdfed0e7d4260bb1a (diff) | |
ufshci(4): Fix a typo in a source code comment
- s/Diable/Disable/
MFC after: 3 days
| -rw-r--r-- | sys/dev/ufshci/ufshci_ctrlr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
