[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20220810024022.2520-1-liubo03@inspur.com>
Date: Tue, 9 Aug 2022 22:40:22 -0400
From: Bo Liu <liubo03@...pur.com>
To: <artur.paszkiewicz@...el.com>, <jejb@...ux.ibm.com>,
<martin.petersen@...cle.com>
CC: <linux-scsi@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
Bo Liu <liubo03@...pur.com>
Subject: [PATCH] isci: Fix all occurences of the "for for" typo
There are double "for" in message in file remote_device.h, fix it.
Signed-off-by: Bo Liu <liubo03@...pur.com>
---
drivers/scsi/isci/remote_device.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/isci/remote_device.h b/drivers/scsi/isci/remote_device.h
index 3ad681c4c20a..268a3c851cb0 100644
--- a/drivers/scsi/isci/remote_device.h
+++ b/drivers/scsi/isci/remote_device.h
@@ -211,7 +211,7 @@ enum sci_status sci_remote_device_reset_complete(
* device. When there are no active IO for the device it is is in this
* state.
*
- * @SCI_STP_DEV_CMD: This is the command state for for the STP remote
+ * @SCI_STP_DEV_CMD: This is the command state for the STP remote
* device. This state is entered when the device is processing a
* non-NCQ command. The device object will fail any new start IO
* requests until this command is complete.
--
2.27.0
Powered by blists - more mailing lists