Commit fbca7a04 authored by Flavio Suligoi's avatar Flavio Suligoi Committed by Martin K. Petersen

scsi: storvsc: Fix spelling mistake

Fix typo: "trigerred" --> "triggered"

Link: https://lore.kernel.org/r/20200624135600.14274-1-f.suligoi@asem.itSigned-off-by: default avatarFlavio Suligoi <f.suligoi@asem.it>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent a7f1e69d
......@@ -1033,7 +1033,7 @@ static void storvsc_handle_error(struct vmscsi_request *vm_srb,
do_work = true;
process_err_fn = storvsc_device_scan;
/*
* Retry the I/O that trigerred this.
* Retry the I/O that triggered this.
*/
set_host_byte(scmnd, DID_REQUEUE);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment