linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scsi: isci: 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: Artur Paszkiewicz
  Cc: kernel-janitors, 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/isci/request.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/isci/request.c b/drivers/scsi/isci/request.c
index ac17e3a35d2c..6370cdbfba08 100644
--- a/drivers/scsi/isci/request.c
+++ b/drivers/scsi/isci/request.c
@@ -2182,7 +2182,7 @@ static enum sci_status atapi_data_tc_completion_handler(struct isci_request *ire
 	case (SCU_TASK_DONE_UNEXP_FIS << SCU_COMPLETION_TL_STATUS_SHIFT): {
 		u16 len = sci_req_tx_bytes(ireq);
 
-		/* likely non-error data underrrun, workaround missing
+		/* likely non-error data underrun, workaround missing
 		 * d2h frame from the controller
 		 */
 		if (d2h->fis_type != FIS_REGD2H) {


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

* Re: [PATCH] scsi: isci: fix typo in comment
  2022-05-21 11:11 [PATCH] scsi: isci: 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: Artur Paszkiewicz, kernel-janitors, 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: isci: fix typo in comment
  2022-05-21 11:11 [PATCH] scsi: isci: 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: Artur Paszkiewicz, Julia Lawall
  Cc: Martin K . Petersen, linux-scsi, linux-kernel, kernel-janitors,
	James E.J. Bottomley

On Sat, 21 May 2022 13:11:41 +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: isci: fix typo in comment
      https://git.kernel.org/mkp/scsi/c/823ae99e09f7

-- 
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: isci: fix typo in comment Julia Lawall
2022-05-24  2:58 ` Martin K. Petersen
2022-05-24 18:11 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).