aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorCharles Han <hanchunchao@inspur.com>2025-01-24 16:13:30 +0800
committerMartin K. Petersen <martin.petersen@oracle.com>2025-02-03 17:53:52 -0500
commit120430bff6126870b571c378e6828c7c0b5cba51 (patch)
tree5492aa4fa664641a1bb12379ea9e7c0e855aab09
parentMerge patch series "scsi: st: scsi_error: More reset patches" (diff)
downloadwireguard-linux-120430bff6126870b571c378e6828c7c0b5cba51.tar.xz
wireguard-linux-120430bff6126870b571c378e6828c7c0b5cba51.zip
scsi: isci: Fix double word in comments
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>
-rw-r--r--drivers/scsi/isci/remote_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/isci/remote_device.h b/drivers/scsi/isci/remote_device.h
index 27ae45332704..561ae3f2cbbd 100644
--- a/drivers/scsi/isci/remote_device.h
+++ b/drivers/scsi/isci/remote_device.h
@@ -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.