[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220622042742.11828-1-jiangjian@cdjrlc.com>
Date: Wed, 22 Jun 2022 12:27:42 +0800
From: Jiang Jian <jiangjian@...rlc.com>
To: jejb@...ux.ibm.com, martin.petersen@...cle.com
Cc: artur.paszkiewicz@...el.com, linux-scsi@...r.kernel.org,
linux-kernel@...r.kernel.org, Jiang Jian <jiangjian@...rlc.com>
Subject: [PATCH] scsi: isci: task: Remove duplicate 'the'
Fix an obvious typing error, found by spellcheck(1).
Signed-off-by: Jiang Jian <jiangjian@...rlc.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 c514b20293b2..9a311a58c37c 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.17.1
Powered by blists - more mailing lists