Olaf Hering 705c57
From: wangjianli <wangjianli@cdjrlc.com>
Olaf Hering 705c57
Date: Thu, 8 Sep 2022 21:07:54 +0800
Olaf Hering 705c57
Patch-mainline: v6.1-rc1
Olaf Hering 705c57
Subject: scsi: storvsc: remove an extraneous "to" in a comment
Olaf Hering 705c57
Git-commit: 635b241d93010cbbbea3855e4f274c2621df7a19
Olaf Hering 705c57
References: git-fixes
Olaf Hering 705c57
Olaf Hering 705c57
Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
Olaf Hering 705c57
Link: https://lore.kernel.org/r/20220908130754.34999-1-wangjianli@cdjrlc.com
Olaf Hering 705c57
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Olaf Hering 705c57
Acked-by: Olaf Hering <ohering@suse.de>
Olaf Hering 705c57
---
Olaf Hering 705c57
 drivers/scsi/storvsc_drv.c | 2 +-
Olaf Hering 705c57
 1 file changed, 1 insertion(+), 1 deletion(-)
Olaf Hering 705c57
Olaf Hering 705c57
diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c
Olaf Hering 705c57
--- a/drivers/scsi/storvsc_drv.c
Olaf Hering 705c57
+++ b/drivers/scsi/storvsc_drv.c
Olaf Hering 705c57
@@ -2068,7 +2068,7 @@ err_out3:
Olaf Hering 705c57
 err_out2:
Olaf Hering 705c57
 	/*
Olaf Hering 705c57
 	 * Once we have connected with the host, we would need to
Olaf Hering 705c57
-	 * to invoke storvsc_dev_remove() to rollback this state and
Olaf Hering 705c57
+	 * invoke storvsc_dev_remove() to rollback this state and
Olaf Hering 705c57
 	 * this call also frees up the stor_device; hence the jump around
Olaf Hering 705c57
 	 * err_out1 label.
Olaf Hering 705c57
 	 */