lkml.org 
[lkml]   [2022]   [Jun]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] scsi: isci: drop unexpected word 'for' in comments
Date
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
\
 
 \ /
  Last update: 2022-06-23 12:02    [W:0.026 / U:0.296 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site