git: 902fd6fd5eb9 - stable/12 - smartpqi(4): Fix two typos in kernel error messages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Nov 2022 07:06:57 UTC
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;
}