Skip to content

Commit 823ae99

Browse files
JuliaLawallmartinkpetersen
authored andcommitted
scsi: isci: Fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent f6e2694 commit 823ae99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/isci/request.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2182,7 +2182,7 @@ static enum sci_status atapi_data_tc_completion_handler(struct isci_request *ire
21822182
case (SCU_TASK_DONE_UNEXP_FIS << SCU_COMPLETION_TL_STATUS_SHIFT): {
21832183
u16 len = sci_req_tx_bytes(ireq);
21842184

2185-
/* likely non-error data underrrun, workaround missing
2185+
/* likely non-error data underrun, workaround missing
21862186
* d2h frame from the controller
21872187
*/
21882188
if (d2h->fis_type != FIS_REGD2H) {

0 commit comments

Comments
 (0)