All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: lpfc: drop unexpected word "the" in the comments
@ 2022-06-22 11:14 Jiang Jian
  0 siblings, 0 replies; only message in thread
From: Jiang Jian @ 2022-06-22 11:14 UTC (permalink / raw)
  To: jejb, martin.petersen
  Cc: james.smart, dick.kennedy, linux-scsi, linux-kernel, Jiang Jian

there is an unexpected word "the" in the comments that need to be dropped

file: drivers/scsi/lpfc/lpfc_attr.c
line: 2463

  * @phba: pointer the the adapter structure.

changed to:

  * @phba: pointer the adapter structure.

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/scsi/lpfc/lpfc_attr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c
index 3caaa7c4af48..fc8133b0ba9a 100644
--- a/drivers/scsi/lpfc/lpfc_attr.c
+++ b/drivers/scsi/lpfc/lpfc_attr.c
@@ -2460,7 +2460,7 @@ lpfc_sriov_hw_max_virtfn_show(struct device *dev,
 
 /**
  * lpfc_enable_bbcr_set: Sets an attribute value.
- * @phba: pointer the the adapter structure.
+ * @phba: pointer the adapter structure.
  * @val: integer attribute value.
  *
  * Description:
-- 
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-22 11:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22 11:14 [PATCH] scsi: lpfc: drop unexpected word "the" in the comments Jiang Jian

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.