The branch main has been updated by gbe (doc committer):

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

commit eb2f7d9a5a61588e4a218a5636cab5dd9fb8bfba
Author:     Gordon Bergling <g...@freebsd.org>
AuthorDate: 2022-09-10 11:00:23 +0000
Commit:     Gordon Bergling <g...@freebsd.org>
CommitDate: 2022-09-10 11:00:23 +0000

    ocs_fc(4): Remove double words in source code comments
    
     - s/to to/to/
    
    MFC after:      3 days
---
 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.
  *

Reply via email to