[PATCH] scsi/lpfc: fix repeated words in comments

From: wangjianli
Date: Thu Sep 08 2022 - 08:26:08 EST


Delete the redundant word 'in'.

Signed-off-by: wangjianli <wangjianli@xxxxxxxxxx>
---
drivers/scsi/lpfc/lpfc_ct.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/lpfc/lpfc_ct.c b/drivers/scsi/lpfc/lpfc_ct.c
index b555ccb5ae34..75eaac273a89 100644
--- a/drivers/scsi/lpfc/lpfc_ct.c
+++ b/drivers/scsi/lpfc/lpfc_ct.c
@@ -889,7 +889,7 @@ lpfc_ns_rsp(struct lpfc_vport *vport, struct lpfc_dmabuf *mp, uint8_t fc4_type,
}

/* All GID_FT entries processed. If the driver is running in
- * in target mode, put impacted nodes into recovery and drop
+ * target mode, put impacted nodes into recovery and drop
* the RPI to flush outstanding IO.
*/
if (vport->phba->nvmet_support) {
--
2.36.1