git: 49a2f75623f2 - stable/13 - ips(4): Remove a double word in a few source code comments

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 14 Apr 2022 06:13:35 UTC
The branch stable/13 has been updated by gbe (doc committer):

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

commit 49a2f75623f201559b2ccd20d434a15c82f99969
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 08:53:50 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:11:01 +0000

    ips(4): Remove a double word in a few source code comments
    
    - s/for for/for/
    
    (cherry picked from commit bafe4cee3db4846f443241be9f995d72347c3647)
---
 sys/dev/isp/isp_pci.c | 2 +-
 sys/dev/isp/ispmbox.h | 2 +-
 sys/dev/isp/ispvar.h  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c
index 994814ff4fdf..01028ae140be 100644
--- a/sys/dev/isp/isp_pci.c
+++ b/sys/dev/isp/isp_pci.c
@@ -627,7 +627,7 @@ bad:
 	if (isp->isp_osinfo.fw == NULL && !IS_26XX(isp)) {
 		/*
 		 * Failure to attach at boot time might have been caused
-		 * by a missing ispfw(4).  Except for for 16Gb adapters,
+		 * by a missing ispfw(4).  Except for 16Gb adapters,
 		 * there's no loadable firmware for them.
 		 */
 		isp_prt(isp, ISP_LOGWARN, "See the ispfw(4) man page on "
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h
index 6f619536f13a..88bfa8f68a84 100644
--- a/sys/dev/isp/ispmbox.h
+++ b/sys/dev/isp/ispmbox.h
@@ -31,7 +31,7 @@
  */
 
 /*
- * Mailbox and Queue Entry Definitions for for Qlogic ISP SCSI adapters.
+ * Mailbox and Queue Entry Definitions for Qlogic ISP SCSI adapters.
  */
 #ifndef	_ISPMBOX_H
 #define	_ISPMBOX_H
diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h
index 4ce2c717b9a9..deb014bb4a63 100644
--- a/sys/dev/isp/ispvar.h
+++ b/sys/dev/isp/ispvar.h
@@ -30,7 +30,7 @@
  *
  */
 /*
- * Soft Definitions for for Qlogic ISP SCSI adapters.
+ * Soft Definitions for Qlogic ISP SCSI adapters.
  */
 
 #ifndef	_ISPVAR_H