* [PATCH] Drivers: hv: fix repeated words in comments
@ 2022-10-19 12:56 Jilin Yuan
2022-10-24 17:10 ` Michael Kelley (LINUX)
0 siblings, 1 reply; 3+ messages in thread
From: Jilin Yuan @ 2022-10-19 12:56 UTC (permalink / raw)
To: kys, haiyangz, sthemmin, wei.liu, decui
Cc: linux-hyperv, linux-kernel, Jilin Yuan
Delete the redundant word 'of'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
drivers/hv/hv_balloon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/hv/hv_balloon.c b/drivers/hv/hv_balloon.c
index fdf6decacf06..6c127f061f06 100644
--- a/drivers/hv/hv_balloon.c
+++ b/drivers/hv/hv_balloon.c
@@ -905,7 +905,7 @@ static unsigned long handle_pg_range(unsigned long pg_start,
* We have some residual hot add range
* that needs to be hot added; hot add
* it now. Hot add a multiple of
- * of HA_CHUNK that fully covers the pages
+ * HA_CHUNK that fully covers the pages
* we have.
*/
size = (has->end_pfn - has->ha_end_pfn);
--
2.36.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [PATCH] Drivers: hv: fix repeated words in comments
2022-10-19 12:56 [PATCH] Drivers: hv: fix repeated words in comments Jilin Yuan
@ 2022-10-24 17:10 ` Michael Kelley (LINUX)
2022-10-26 15:18 ` Wei Liu
0 siblings, 1 reply; 3+ messages in thread
From: Michael Kelley (LINUX) @ 2022-10-24 17:10 UTC (permalink / raw)
To: Jilin Yuan, KY Srinivasan, Haiyang Zhang, Stephen Hemminger,
wei.liu@kernel.org, Dexuan Cui
Cc: linux-hyperv@vger.kernel.org, linux-kernel@vger.kernel.org
From: Jilin Yuan <yuanjilin@cdjrlc.com> Sent: Wednesday, October 19, 2022 5:56 AM
>
> Delete the redundant word 'of'.
>
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
> ---
> drivers/hv/hv_balloon.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/hv/hv_balloon.c b/drivers/hv/hv_balloon.c
> index fdf6decacf06..6c127f061f06 100644
> --- a/drivers/hv/hv_balloon.c
> +++ b/drivers/hv/hv_balloon.c
> @@ -905,7 +905,7 @@ static unsigned long handle_pg_range(unsigned long pg_start,
> * We have some residual hot add range
> * that needs to be hot added; hot add
> * it now. Hot add a multiple of
> - * of HA_CHUNK that fully covers the pages
> + * HA_CHUNK that fully covers the pages
> * we have.
> */
> size = (has->end_pfn - has->ha_end_pfn);
> --
> 2.36.1
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Drivers: hv: fix repeated words in comments
2022-10-24 17:10 ` Michael Kelley (LINUX)
@ 2022-10-26 15:18 ` Wei Liu
0 siblings, 0 replies; 3+ messages in thread
From: Wei Liu @ 2022-10-26 15:18 UTC (permalink / raw)
To: Michael Kelley (LINUX)
Cc: Jilin Yuan, KY Srinivasan, Haiyang Zhang, Stephen Hemminger,
wei.liu@kernel.org, Dexuan Cui, linux-hyperv@vger.kernel.org,
linux-kernel@vger.kernel.org
On Mon, Oct 24, 2022 at 05:10:31PM +0000, Michael Kelley (LINUX) wrote:
> From: Jilin Yuan <yuanjilin@cdjrlc.com> Sent: Wednesday, October 19, 2022 5:56 AM
> >
> > Delete the redundant word 'of'.
> >
> > Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
> > ---
> > drivers/hv/hv_balloon.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/hv/hv_balloon.c b/drivers/hv/hv_balloon.c
> > index fdf6decacf06..6c127f061f06 100644
> > --- a/drivers/hv/hv_balloon.c
> > +++ b/drivers/hv/hv_balloon.c
> > @@ -905,7 +905,7 @@ static unsigned long handle_pg_range(unsigned long pg_start,
> > * We have some residual hot add range
> > * that needs to be hot added; hot add
> > * it now. Hot add a multiple of
> > - * of HA_CHUNK that fully covers the pages
> > + * HA_CHUNK that fully covers the pages
> > * we have.
> > */
> > size = (has->end_pfn - has->ha_end_pfn);
> > --
> > 2.36.1
>
> Reviewed-by: Michael Kelley <mikelley@microsoft.com>
>
Applied to hyperv-fixes. Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-10-26 15:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-19 12:56 [PATCH] Drivers: hv: fix repeated words in comments Jilin Yuan
2022-10-24 17:10 ` Michael Kelley (LINUX)
2022-10-26 15:18 ` Wei Liu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox