Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Charles Han and committed by
Martin K. Petersen
120430bf 02647627

+1 -1
+1 -1
drivers/scsi/isci/remote_device.h
··· 198 198 * device. When there are no active IO for the device it is is in this 199 199 * state. 200 200 * 201 - * @SCI_STP_DEV_CMD: This is the command state for for the STP remote 201 + * @SCI_STP_DEV_CMD: This is the command state for the STP remote 202 202 * device. This state is entered when the device is processing a 203 203 * non-NCQ command. The device object will fail any new start IO 204 204 * requests until this command is complete.