git: bae50087283c - stable/12 - isci(4): Fix common typos in source code comments

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 14 Jan 2023 09:36:16 UTC
The branch stable/12 has been updated by gbe (doc committer):

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

commit bae50087283c9132cf916438fa2b1319cfd0a7fa
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-01-11 09:45:08 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-01-14 09:32:09 +0000

    isci(4): Fix common typos in source code comments
    
    - s/reuqest/request/
    - s/requst/request/
    
    (cherry picked from commit be51810f8d68937ec4e2ce05e89938bda34d8364)
---
 sys/dev/isci/scil/scic_sds_remote_device.h | 2 +-
 sys/dev/isci/scil/scif_sas_remote_device.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys/dev/isci/scil/scic_sds_remote_device.h b/sys/dev/isci/scil/scic_sds_remote_device.h
index 6eca23c857a5..13155f090492 100644
--- a/sys/dev/isci/scil/scic_sds_remote_device.h
+++ b/sys/dev/isci/scil/scic_sds_remote_device.h
@@ -136,7 +136,7 @@ enum SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATES
 
    /**
     * This is the NCQ state for the STP remote device.  This state is entered
-    * when the device is processing an NCQ reuqest.  It will remain in this state
+    * when the device is processing an NCQ request.  It will remain in this state
     * so long as there is one or more NCQ requests being processed.
     */
    SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATE_NCQ,
diff --git a/sys/dev/isci/scil/scif_sas_remote_device.c b/sys/dev/isci/scil/scif_sas_remote_device.c
index 991c6a0b482f..ddca93e80f56 100644
--- a/sys/dev/isci/scil/scif_sas_remote_device.c
+++ b/sys/dev/isci/scil/scif_sas_remote_device.c
@@ -683,7 +683,7 @@ void scif_sas_remote_device_target_reset_complete(
          else
          {
             //Tell driver to kick off Discover process. If the domain is already
-            //in Discovery state, this discovery requst will not be carried on.
+            //in Discovery state, this discovery request will not be carried on.
             scif_cb_domain_change_notification(
             fw_device->domain->controller, fw_device->domain );
          }
@@ -692,7 +692,7 @@ void scif_sas_remote_device_target_reset_complete(
    else
    {
       //Tell driver to kick off Discover process. If the domain is already
-      //in Discovery state, this discovery requst will not be carried on.
+      //in Discovery state, this discovery request will not be carried on.
       scif_cb_domain_change_notification(
          fw_device->domain->controller, fw_device->domain );
    }