ips(4): Remove a double word in a few source code comments

- s/for for/for/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-09 10:53:50 +02:00
parent 609e6f6d28
commit bafe4cee3d
3 changed files with 3 additions and 3 deletions

View File

@ -627,7 +627,7 @@ isp_pci_attach(device_t dev)
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 "

View File

@ -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

View File

@ -30,7 +30,7 @@
*
*/
/*
* Soft Definitions for for Qlogic ISP SCSI adapters.
* Soft Definitions for Qlogic ISP SCSI adapters.
*/
#ifndef _ISPVAR_H