scsi: storvsc: Fix spelling mistake

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

Link: https://lore.kernel.org/r/20200624135600.14274-1-f.suligoi@asem.it
Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Flavio Suligoi 2020-06-24 15:56:00 +02:00 committed by Martin K. Petersen
parent a7f1e69d49
commit fbca7a04db

View file

@ -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);
}