Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2022 07:06:57 GMT
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: 902fd6fd5eb9 - stable/12 - smartpqi(4): Fix two typos in kernel error messages
Message-ID:  <202211080706.2A876vOs078133@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer):

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

commit 902fd6fd5eb913d8aded57d5872d384ec6c5a553
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-10-25 11:17:20 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-11-08 07:06:50 +0000

    smartpqi(4): Fix two typos in kernel error messages
    
    - s/runnning/running/
    
    (cherry picked from commit d53e97bb5490cdedb37bd4e25646c5379b196c93)
---
 sys/dev/smartpqi/smartpqi_init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/smartpqi/smartpqi_init.c b/sys/dev/smartpqi/smartpqi_init.c
index 1f127cff21ec..798bdc902d1e 100644
--- a/sys/dev/smartpqi/smartpqi_init.c
+++ b/sys/dev/smartpqi/smartpqi_init.c
@@ -858,7 +858,7 @@ pqisrc_force_sis(pqisrc_softstate_t *softs)
 	int ret = PQI_STATUS_SUCCESS;
 
 	if (SIS_IS_KERNEL_PANIC(softs)) {
-		DBG_INIT("Controller FW is not runnning");
+		DBG_INIT("Controller FW is not running");
 		return PQI_STATUS_FAILURE;
 	}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211080706.2A876vOs078133>