All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: core: Fix spelling in a source code comment
@ 2021-09-29 18:23 Bart Van Assche
  2021-10-05  1:40 ` Martin K. Petersen
  2021-10-12 20:35 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Bart Van Assche @ 2021-09-29 18:23 UTC (permalink / raw)
  To: Martin K . Petersen; +Cc: linux-scsi, Bart Van Assche, Christoph Hellwig

The typo in this source code comment makes the comment confusing. Clear up
the confusion by fixing the typo.

Cc: Christoph Hellwig <hch@lst.de>
Fixes: bc85dc500f9d ("scsi: remove scsi_end_request")
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
---
 drivers/scsi/scsi_lib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c
index 572673873ddf..660ca6226f16 100644
--- a/drivers/scsi/scsi_lib.c
+++ b/drivers/scsi/scsi_lib.c
@@ -949,7 +949,7 @@ void scsi_io_completion(struct scsi_cmnd *cmd, unsigned int good_bytes)
 
 	/*
 	 * If there had been no error, but we have leftover bytes in the
-	 * requeues just queue the command up again.
+	 * request just queue the command up again.
 	 */
 	if (likely(result == 0))
 		scsi_io_completion_reprep(cmd, q);

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

* Re: [PATCH] scsi: core: Fix spelling in a source code comment
  2021-09-29 18:23 [PATCH] scsi: core: Fix spelling in a source code comment Bart Van Assche
@ 2021-10-05  1:40 ` Martin K. Petersen
  2021-10-12 20:35 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2021-10-05  1:40 UTC (permalink / raw)
  To: Bart Van Assche; +Cc: Martin K . Petersen, linux-scsi, Christoph Hellwig


Bart,

> The typo in this source code comment makes the comment confusing. Clear up
> the confusion by fixing the typo.

Applied to 5.16/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

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

* Re: [PATCH] scsi: core: Fix spelling in a source code comment
  2021-09-29 18:23 [PATCH] scsi: core: Fix spelling in a source code comment Bart Van Assche
  2021-10-05  1:40 ` Martin K. Petersen
@ 2021-10-12 20:35 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2021-10-12 20:35 UTC (permalink / raw)
  To: Bart Van Assche; +Cc: Martin K . Petersen, linux-scsi, Christoph Hellwig

On Wed, 29 Sep 2021 11:23:18 -0700, Bart Van Assche wrote:

> The typo in this source code comment makes the comment confusing. Clear up
> the confusion by fixing the typo.
> 
> 

Applied to 5.16/scsi-queue, thanks!

[1/1] scsi: core: Fix spelling in a source code comment
      https://git.kernel.org/mkp/scsi/c/e9076e7f23aa

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2021-10-12 20:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-29 18:23 [PATCH] scsi: core: Fix spelling in a source code comment Bart Van Assche
2021-10-05  1:40 ` Martin K. Petersen
2021-10-12 20:35 ` 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.