projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6e2694
)
scsi: isci: Fix typo in comment
author
Julia Lawall
<Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:11:41 +0000
(13:11 +0200)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Tue, 24 May 2022 03:24:10 +0000
(23:24 -0400)
Spelling mistake (triple letters) in comment. Detected with the help of
Coccinelle.
Link:
https://lore.kernel.org/r/20220521111145.81697-91-Julia.Lawall@inria.fr
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/isci/request.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/isci/request.c
b/drivers/scsi/isci/request.c
index ac17e3a35d2c5ec6bdf06fa29a33016230e876fd..6370cdbfba08c407f90503b54905bc1b7454f192 100644
(file)
--- 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 underr
r
un, workaround missing
+ /* likely non-error data underrun, workaround missing
* d2h frame from the controller
*/
if (d2h->fis_type != FIS_REGD2H) {