diff options
author | wangjianli <wangjianli@cdjrlc.com> | 2022-09-08 15:07:54 +0200 |
---|---|---|
committer | Wei Liu <wei.liu@kernel.org> | 2022-09-23 12:41:40 +0200 |
commit | 635b241d93010cbbbea3855e4f274c2621df7a19 (patch) | |
tree | 7eec24f6cf5c5cf655b67188ae724aac2fa2c1f1 /drivers/scsi/storvsc_drv.c | |
parent | Drivers: hv: vmbus: Don't wait for the ACPI device upon initialization (diff) | |
download | linux-635b241d93010cbbbea3855e4f274c2621df7a19.tar.xz linux-635b241d93010cbbbea3855e4f274c2621df7a19.zip |
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>
Diffstat (limited to 'drivers/scsi/storvsc_drv.c')
-rw-r--r-- | drivers/scsi/storvsc_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c index 398777d3ec15..a60808bb4064 100644 --- a/drivers/scsi/storvsc_drv.c +++ b/drivers/scsi/storvsc_drv.c @@ -2068,7 +2068,7 @@ err_out3: 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. */ |