Commit 635b241d authored by wangjianli's avatar wangjianli Committed by Wei Liu

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

Signed-off-by: default avatarwangjianli <wangjianli@cdjrlc.com>
Link: https://lore.kernel.org/r/20220908130754.34999-1-wangjianli@cdjrlc.comSigned-off-by: default avatarWei Liu <wei.liu@kernel.org>
parent f7ac541e
...@@ -2068,7 +2068,7 @@ static int storvsc_probe(struct hv_device *device, ...@@ -2068,7 +2068,7 @@ static int storvsc_probe(struct hv_device *device,
err_out2: err_out2:
/* /*
* Once we have connected with the host, we would need to * 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 * this call also frees up the stor_device; hence the jump around
* err_out1 label. * err_out1 label.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment