[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220811135341.21976-1-wangborong@cdjrlc.com>
Date: Thu, 11 Aug 2022 21:53:41 +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 `is' is duplicated in the comment, remove one.
Signed-off-by: Jason Wang <wangborong@...rlc.com>
---
drivers/scsi/lpfc/lpfc_bsg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/lpfc/lpfc_bsg.c b/drivers/scsi/lpfc/lpfc_bsg.c
index 9be3bb01a8ec..ca7bb82a0eb2 100644
--- a/drivers/scsi/lpfc/lpfc_bsg.c
+++ b/drivers/scsi/lpfc/lpfc_bsg.c
@@ -1726,7 +1726,7 @@ lpfc_bsg_diag_mode_exit(struct lpfc_hba *phba)
* This function is responsible for placing an sli3 port into diagnostic
* loopback mode in order to perform a diagnostic loopback test.
* All new scsi requests are blocked, a small delay is used to allow the
- * scsi requests to complete then the link is brought down. If the link is
+ * scsi requests to complete then the link is brought down. If the link
* is placed in loopback mode then scsi requests are again allowed
* so the scsi mid-layer doesn't give up on the port.
* All of this is done in-line.
--
2.36.1
Powered by blists - more mailing lists