[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220811135503.23035-1-wangborong@cdjrlc.com>
Date: Thu, 11 Aug 2022 21:55:03 +0800
From: Jason Wang <wangborong@...rlc.com>
To: martin.petersen@...cle.com
Cc: james.smart@...adcom.com, dick.kennedy@...adcom.com,
jejb@...ux.ibm.com, linux-scsi@...r.kernel.org,
linux-kernel@...r.kernel.org, Jason Wang <wangborong@...rlc.com>
Subject: [PATCH] scsi: lpfc: Fix comment typo
The double `the' is duplicated in the comment, remove one.
Signed-off-by: Jason Wang <wangborong@...rlc.com>
---
drivers/scsi/lpfc/lpfc_nvmet.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/lpfc/lpfc_nvmet.c b/drivers/scsi/lpfc/lpfc_nvmet.c
index f7cfac0da9b6..7517dd55fe91 100644
--- a/drivers/scsi/lpfc/lpfc_nvmet.c
+++ b/drivers/scsi/lpfc/lpfc_nvmet.c
@@ -1469,7 +1469,7 @@ lpfc_nvmet_cleanup_io_context(struct lpfc_hba *phba)
if (!infop)
return;
- /* Cycle the the entire CPU context list for every MRQ */
+ /* Cycle the entire CPU context list for every MRQ */
for (i = 0; i < phba->cfg_nvmet_mrq; i++) {
for_each_present_cpu(j) {
infop = lpfc_get_ctx_list(phba, j, i);
--
2.36.1
Powered by blists - more mailing lists