All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: isci: drop unexpected word 'for' in comments
@ 2022-06-23  9:59 Jiang Jian
  0 siblings, 0 replies; only message in thread
From: Jiang Jian @ 2022-06-23  9:59 UTC (permalink / raw)
  To: jejb, martin.petersen
  Cc: artur.paszkiewicz, linux-scsi, linux-kernel, Jiang Jian

there is an unexpected word 'for' in the comments that need to be dropped

file - drivers/scsi/isci/remote_device.h
line - 214

 * @SCI_STP_DEV_CMD: This is the command state for for the STP remote

changed to:

 * @SCI_STP_DEV_CMD: This is the command state for the STP remote

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.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.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-23  9:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-23  9:59 [PATCH] scsi: isci: drop unexpected word 'for' in comments Jiang Jian

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.