scsi: storvsc: remove an extraneous "to" in a comment

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
Link: https://lore.kernel.org/r/20220908130754.34999-1-wangjianli@cdjrlc.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
This commit is contained in:
wangjianli 2022-09-08 21:07:54 +08:00 committed by Wei Liu
parent f7ac541e18
commit 635b241d93
1 changed files with 1 additions and 1 deletions

View File

@ -2068,7 +2068,7 @@ static int storvsc_probe(struct hv_device *device,
err_out2:
/*
* Once we have connected with the host, we would need to
* to invoke storvsc_dev_remove() to rollback this state and
* invoke storvsc_dev_remove() to rollback this state and
* this call also frees up the stor_device; hence the jump around
* err_out1 label.
*/