git: cff07c11c708 - stable/14 - mps(4): Fix a typo in a device message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Jan 2026 13:12:37 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=cff07c11c7085e118dae8fc76b374b8e4850bdbb
commit cff07c11c7085e118dae8fc76b374b8e4850bdbb
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-12-13 09:43:49 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-01-10 13:12:24 +0000
mps(4): Fix a typo in a device message
- s/reseting/resetting/
(cherry picked from commit bcc735cb710fb74d1fb5f7be3d37701343c58ccd)
---
sys/dev/mps/mps.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/mps/mps.c b/sys/dev/mps/mps.c
index 9dfa0471ac0a..357eacf28925 100644
--- a/sys/dev/mps/mps.c
+++ b/sys/dev/mps/mps.c
@@ -518,7 +518,7 @@ mps_iocfacts_allocate(struct mps_softc *sc, uint8_t attaching)
*/
if (attaching && ((sc->facts->IOCCapabilities &
MPI2_IOCFACTS_CAPABILITY_EVENT_REPLAY) == 0)) {
- mps_dprint(sc, MPS_INIT, "No event replay, reseting\n");
+ mps_dprint(sc, MPS_INIT, "No event replay, resetting\n");
mps_diag_reset(sc, NO_SLEEP);
if ((error = mps_transition_ready(sc)) != 0) {
mps_dprint(sc, MPS_INIT|MPS_FAULT, "Failed to "