[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220802201609.7788-1-wangborong@cdjrlc.com>
Date: Wed, 3 Aug 2022 04:16:09 +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 `from' is duplicated in the comment, remove one.
Signed-off-by: Jason Wang <wangborong@...rlc.com>
---
drivers/scsi/lpfc/lpfc_debugfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/lpfc/lpfc_debugfs.c b/drivers/scsi/lpfc/lpfc_debugfs.c
index 5037ea09a810..89c59d9fd040 100644
--- a/drivers/scsi/lpfc/lpfc_debugfs.c
+++ b/drivers/scsi/lpfc/lpfc_debugfs.c
@@ -2538,7 +2538,7 @@ lpfc_debugfs_lseek(struct file *file, loff_t off, int whence)
* @ppos: The position in the file to start reading from.
*
* Description:
- * This routine reads data from from the buffer indicated in the private_data
+ * This routine reads data from the buffer indicated in the private_data
* field of @file. It will start reading at @ppos and copy up to @nbytes of
* data to @buf.
*
--
2.35.1
Powered by blists - more mailing lists