From: Flavio Suligoi Date: Wed, 24 Jun 2020 13:56:00 +0000 (+0200) Subject: scsi: storvsc: Fix spelling mistake X-Git-Tag: v5.9-rc1~116^2~268 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fbca7a04dbd8271752a58594727b61307bcc85b6;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c index 2d90cddd8ac2d..7b686268ad191 100644 --- a/drivers/scsi/storvsc_drv.c +++ b/drivers/scsi/storvsc_drv.c @@ -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); }