[PATCH] scsi: isci: Fix duplicate word in comment

Mahantesh posted 1 patch 2 weeks, 3 days ago
drivers/scsi/isci/task.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] scsi: isci: Fix duplicate word in comment
Posted by Mahantesh 2 weeks, 3 days ago
Remove the duplicate word "the" in a comment in task.c.

Signed-off-by: Mahantesh <mahantesh9789@gmail.com>
---
 drivers/scsi/isci/task.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/isci/task.c b/drivers/scsi/isci/task.c
index 3a25b1a2c52d..aeb2cda92465 100644
--- a/drivers/scsi/isci/task.c
+++ b/drivers/scsi/isci/task.c
@@ -67,7 +67,7 @@
 /**
 * isci_task_refuse() - complete the request to the upper layer driver in
 *     the case where an I/O needs to be completed back in the submit path.
-* @ihost: host on which the the request was queued
+* @ihost: host on which the request was queued
 * @task: request to complete
 * @response: response code for the completed task.
 * @status: status code for the completed task.
-- 
2.43.0