git: 7b11940d4a66 - main - isci(4): Fix two typos in a log messages

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Fri, 31 Oct 2025 18:51:05 UTC
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=7b11940d4a66589069c21534dd0b969f79ae79df

commit 7b11940d4a66589069c21534dd0b969f79ae79df
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-29 15:41:06 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-10-31 18:50:41 +0000

    isci(4): Fix two typos in a log messages
    
    - s/suspeneded/suspended/
    
    MFC after:      5 days
---
 sys/dev/isci/scil/scic_sds_remote_node_context.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/dev/isci/scil/scic_sds_remote_node_context.c b/sys/dev/isci/scil/scic_sds_remote_node_context.c
index aa1e8d840282..42dd81aa1874 100644
--- a/sys/dev/isci/scil/scic_sds_remote_node_context.c
+++ b/sys/dev/isci/scil/scic_sds_remote_node_context.c
@@ -663,7 +663,7 @@ SCI_STATUS scic_sds_remote_node_context_invalidating_state_event_handler(
                SCIC_LOG_OBJECT_SSP_REMOTE_TARGET |
                   SCIC_LOG_OBJECT_SMP_REMOTE_TARGET |
                   SCIC_LOG_OBJECT_STP_REMOTE_TARGET,
-               "SCIC Remote Node Context 0x%x was suspeneded by hardware while being invalidated.\n",
+               "SCIC Remote Node Context 0x%x was suspended by hardware while being invalidated.\n",
                this_rnc
                   ));
             status = SCI_SUCCESS;
@@ -718,7 +718,7 @@ SCI_STATUS scic_sds_remote_node_context_resuming_state_event_handler(
                SCIC_LOG_OBJECT_SSP_REMOTE_TARGET |
                   SCIC_LOG_OBJECT_SMP_REMOTE_TARGET |
                   SCIC_LOG_OBJECT_STP_REMOTE_TARGET,
-               "SCIC Remote Node Context 0x%x was suspeneded by hardware while being resumed.\n",
+               "SCIC Remote Node Context 0x%x was suspended by hardware while being resumed.\n",
                this_rnc
                   ));
             status = SCI_SUCCESS;