* [PATCH] drivers/scsi: fix repeated words in comments
@ 2022-09-08 13:07 wangjianli
2022-09-23 10:43 ` Wei Liu
0 siblings, 1 reply; 2+ messages in thread
From: wangjianli @ 2022-09-08 13:07 UTC (permalink / raw)
To: jejb, martin.petersen; +Cc: linux-hyperv, linux-scsi, linux-kernel, wangjianli
Delete the redundant word 'to'.
Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
drivers/scsi/storvsc_drv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c
index 573f89eade3b..9f7c71a8c80e 100644
--- a/drivers/scsi/storvsc_drv.c
+++ b/drivers/scsi/storvsc_drv.c
@@ -2059,7 +2059,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.
*/
--
2.36.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] drivers/scsi: fix repeated words in comments
2022-09-08 13:07 [PATCH] drivers/scsi: fix repeated words in comments wangjianli
@ 2022-09-23 10:43 ` Wei Liu
0 siblings, 0 replies; 2+ messages in thread
From: Wei Liu @ 2022-09-23 10:43 UTC (permalink / raw)
To: wangjianli
Cc: jejb, martin.petersen, linux-hyperv, linux-scsi, linux-kernel,
Wei Liu
On Thu, Sep 08, 2022 at 09:07:54PM +0800, wangjianli wrote:
> Delete the redundant word 'to'.
>
> Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
I changed the commit message a bit and pushed this patch to hyperv-next.
Thanks.
> ---
> drivers/scsi/storvsc_drv.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c
> index 573f89eade3b..9f7c71a8c80e 100644
> --- a/drivers/scsi/storvsc_drv.c
> +++ b/drivers/scsi/storvsc_drv.c
> @@ -2059,7 +2059,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.
> */
> --
> 2.36.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-09-23 10:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-08 13:07 [PATCH] drivers/scsi: fix repeated words in comments wangjianli
2022-09-23 10:43 ` Wei Liu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox