Date: Fri, 31 Oct 2025 18:51:04 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: a25172844eda - main - mfi(4): Fix a typo in a KASSERT message Message-ID: <202510311851.59VIp4Gr036133@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=a25172844edaaa7e18c1dcecb6df8b8832456334 commit a25172844edaaa7e18c1dcecb6df8b8832456334 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-10-29 15:38:59 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-10-31 18:50:41 +0000 mfi(4): Fix a typo in a KASSERT message - s/dissappeared/disappeared/ MFC after: 5 days --- sys/dev/mfi/mfi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/mfi/mfi.c b/sys/dev/mfi/mfi.c index 13e5dfc84fd1..a7d98f06aea3 100644 --- a/sys/dev/mfi/mfi.c +++ b/sys/dev/mfi/mfi.c @@ -2829,7 +2829,7 @@ mfi_check_command_post(struct mfi_softc *sc, struct mfi_command *cm) if (ld->ld_id == cm->cm_frame->dcmd.mbox[0]) break; } - KASSERT(ld != NULL, ("volume dissappeared")); + KASSERT(ld != NULL, ("volume disappeared")); if (cm->cm_frame->header.cmd_status == MFI_STAT_OK) { mtx_unlock(&sc->mfi_io_lock); bus_topo_lock();home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510311851.59VIp4Gr036133>
