projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c749301
)
scsi: core: Fix spelling in a source code comment
author
Bart Van Assche
<bvanassche@acm.org>
Wed, 29 Sep 2021 18:23:18 +0000
(11:23 -0700)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Tue, 5 Oct 2021 01:39:57 +0000
(21:39 -0400)
The typo in this source code comment makes the comment confusing. Clear up
the confusion by fixing the typo.
Link:
https://lore.kernel.org/r/20210929182318.2060489-1-bvanassche@acm.org
Fixes:
bc85dc500f9d
("scsi: remove scsi_end_request")
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/scsi_lib.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/scsi_lib.c
b/drivers/scsi/scsi_lib.c
index
dcf1052
..
5f5ad22
100644
(file)
--- 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
- * reque
ues
just queue the command up again.
+ * reque
st
just queue the command up again.
*/
if (likely(result == 0))
scsi_io_completion_reprep(cmd, q);