All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: qedf: fix typo in comment
@ 2022-05-21 11:11 Julia Lawall
  2022-05-24  2:58 ` Martin K. Petersen
  2022-05-24 18:11 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Julia Lawall @ 2022-05-21 11:11 UTC (permalink / raw)
  To: Saurav Kashyap
  Cc: kernel-janitors, Javed Hasan, GR-QLogic-Storage-Upstream,
	James E.J. Bottomley, Martin K. Petersen, linux-scsi,
	linux-kernel

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 drivers/scsi/qedf/qedf_io.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/qedf/qedf_io.c b/drivers/scsi/qedf/qedf_io.c
index e57cc22453d0..4750ec5789a8 100644
--- a/drivers/scsi/qedf/qedf_io.c
+++ b/drivers/scsi/qedf/qedf_io.c
@@ -893,7 +893,7 @@ int qedf_post_io_req(struct qedf_rport *fcport, struct qedf_ioreq *io_req)
 		return -EINVAL;
 	}
 
-	/* Record LUN number for later use if we neeed them */
+	/* Record LUN number for later use if we need them */
 	io_req->lun = (int)sc_cmd->device->lun;
 
 	/* Obtain free SQE */


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] scsi: qedf: fix typo in comment
  2022-05-21 11:11 [PATCH] scsi: qedf: fix typo in comment Julia Lawall
@ 2022-05-24  2:58 ` Martin K. Petersen
  2022-05-24 18:11 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2022-05-24  2:58 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Saurav Kashyap, kernel-janitors, Javed Hasan,
	GR-QLogic-Storage-Upstream, James E.J. Bottomley,
	Martin K. Petersen, linux-scsi, linux-kernel


Julia,

> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.

Applied to 5.19/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] scsi: qedf: fix typo in comment
  2022-05-21 11:11 [PATCH] scsi: qedf: fix typo in comment Julia Lawall
  2022-05-24  2:58 ` Martin K. Petersen
@ 2022-05-24 18:11 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2022-05-24 18:11 UTC (permalink / raw)
  To: Saurav Kashyap, Julia Lawall
  Cc: Martin K . Petersen, linux-scsi, linux-kernel,
	GR-QLogic-Storage-Upstream, James E.J. Bottomley, Javed Hasan,
	kernel-janitors

On Sat, 21 May 2022 13:11:25 +0200, Julia Lawall wrote:

> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
> 
> 

Applied to 5.19/scsi-queue, thanks!

[1/1] scsi: qedf: fix typo in comment
      https://git.kernel.org/mkp/scsi/c/379ad771bb94

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-24 18:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-21 11:11 [PATCH] scsi: qedf: fix typo in comment Julia Lawall
2022-05-24  2:58 ` Martin K. Petersen
2022-05-24 18:11 ` Martin K. Petersen

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.