git: aad7a40d6388 - stable/13 - ocs_fc(4): Remove double words in source code comments

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Tue, 13 Sep 2022 05:24:06 UTC
The branch stable/13 has been updated by gbe (doc committer):

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

commit aad7a40d6388a384a1172a06c103237d15d849e1
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-10 11:00:23 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-13 05:22:16 +0000

    ocs_fc(4): Remove double words in source code comments
    
     - s/to to/to/
    
    (cherry picked from commit eb2f7d9a5a61588e4a218a5636cab5dd9fb8bfba)
---
 sys/dev/ocs_fc/ocs_hw.c | 2 +-
 sys/dev/ocs_fc/sli4.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/dev/ocs_fc/ocs_hw.c b/sys/dev/ocs_fc/ocs_hw.c
index 65fc01f62846..4f670b6c5d41 100644
--- a/sys/dev/ocs_fc/ocs_hw.c
+++ b/sys/dev/ocs_fc/ocs_hw.c
@@ -8688,7 +8688,7 @@ ocs_hw_wq_process_io(void *arg, uint8_t *cqe, int32_t status)
 			ocs_log_debug(hw->os, "aborting xri=%#x tag=%#x\n",
 				      io->indicator, io->reqtag);
 			/*
-			 * Because the initiator will not issue another IO phase, then it is OK to to issue the
+			 * Because the initiator will not issue another IO phase, then it is OK to issue the
 			 * callback on the abort completion, but for consistency with the target, wait for the
 			 * XRI_ABORTED CQE to issue the IO callback.
 			 */
diff --git a/sys/dev/ocs_fc/sli4.c b/sys/dev/ocs_fc/sli4.c
index e4ce20c9beac..7020fbcdf516 100644
--- a/sys/dev/ocs_fc/sli4.c
+++ b/sys/dev/ocs_fc/sli4.c
@@ -5669,7 +5669,7 @@ int32_t sli_raise_ue(sli4_t *sli4, uint8_t dump)
 
 /**
  * @ingroup sli
- * @brief Read the SLIPORT_STATUS register to to check if a dump is present.
+ * @brief Read the SLIPORT_STATUS register to check if a dump is present.
  *
  * @param sli4 SLI context.
  *