]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
scsi: isci: Fix double word in comments
authorCharles Han <hanchunchao@inspur.com>
Fri, 24 Jan 2025 08:13:30 +0000 (16:13 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 3 Feb 2025 22:53:52 +0000 (17:53 -0500)
Remove the repeated word "for" in comments.

Signed-off-by: Charles Han <hanchunchao@inspur.com>
Link: https://lore.kernel.org/r/20250124081330.210724-1-hanchunchao@inspur.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/isci/remote_device.h

index 27ae45332704077047a10dad698eb50f33612d11..561ae3f2cbbd7be9cd1649c6d4c2c74ec95b6a83 100644 (file)
@@ -198,7 +198,7 @@ enum sci_status sci_remote_device_reset(
  * 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.