Skip to content

Commit 635b241

Browse files
wangjianliliuw
authored andcommitted
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>
1 parent f7ac541 commit 635b241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/storvsc_drv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2068,7 +2068,7 @@ static int storvsc_probe(struct hv_device *device,
20682068
err_out2:
20692069
/*
20702070
* Once we have connected with the host, we would need to
2071-
* to invoke storvsc_dev_remove() to rollback this state and
2071+
* invoke storvsc_dev_remove() to rollback this state and
20722072
* this call also frees up the stor_device; hence the jump around
20732073
* err_out1 label.
20742074
*/

0 commit comments

Comments
 (0)