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

scsi: storvsc: Fix spelling mistake

parent a7f1e69d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
		}