public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/scsi/lpfc/lpfc_bsg.c: fix typo "recieve" -> "receive" in comment
@ 2025-06-19 22:15 Ke Ma
  0 siblings, 0 replies; only message in thread
From: Ke Ma @ 2025-06-19 22:15 UTC (permalink / raw)
  To: linux-kernel
  Cc: justin.tee, martin.petersen, thorsten.blum, sherry.yang, Ke Ma

Fixes a minor spelling mistake in one comment line

Signed-off-by: Ke Ma <makebit1999@gmail.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 d61d979f9b77..7033d1c3e048 100644
--- a/drivers/scsi/lpfc/lpfc_bsg.c
+++ b/drivers/scsi/lpfc/lpfc_bsg.c
@@ -5003,7 +5003,7 @@ lpfc_bsg_issue_mbox(struct lpfc_hba *phba, struct bsg_job *job,
 	} else if (phba->sli_rev == LPFC_SLI_REV4) {
 		/* Let type 4 (well known data) through because the data is
 		 * returned in varwords[4-8]
-		 * otherwise check the recieve length and fetch the buffer addr
+		 * otherwise check the receive length and fetch the buffer addr
 		 */
 		if ((pmb->mbxCommand == MBX_DUMP_MEMORY) &&
 			(pmb->un.varDmp.type != DMP_WELL_KNOWN)) {
-- 
2.44.0.windows.1


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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-19 22:15 [PATCH] drivers/scsi/lpfc/lpfc_bsg.c: fix typo "recieve" -> "receive" in comment Ke Ma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox