Message ID | 20200624135600.14274-1-f.suligoi@asem.it |
---|---|
State | New |
Headers | show |
Series | [1/1] scsi: storvsc: fix spelling mistake | expand |
diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c index 624467e2590a..3040696c20dd 100644 --- a/drivers/scsi/storvsc_drv.c +++ b/drivers/scsi/storvsc_drv.c @@ -1038,7 +1038,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); }
Fix typo: "trigerred" --> "triggered" Signed-off-by: Flavio Suligoi <f.suligoi@asem.it> --- drivers/scsi/storvsc_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)