[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <BYAPR21MB168811F3B497B61177324F94D72E9@BYAPR21MB1688.namprd21.prod.outlook.com>
Date: Mon, 24 Oct 2022 17:10:31 +0000
From: "Michael Kelley (LINUX)" <mikelley@...rosoft.com>
To: Jilin Yuan <yuanjilin@...rlc.com>,
KY Srinivasan <kys@...rosoft.com>,
Haiyang Zhang <haiyangz@...rosoft.com>,
Stephen Hemminger <sthemmin@...rosoft.com>,
"wei.liu@...nel.org" <wei.liu@...nel.org>,
Dexuan Cui <decui@...rosoft.com>
CC: "linux-hyperv@...r.kernel.org" <linux-hyperv@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] Drivers: hv: fix repeated words in comments
From: Jilin Yuan <yuanjilin@...rlc.com> Sent: Wednesday, October 19, 2022 5:56 AM
>
> Delete the redundant word 'of'.
>
> Signed-off-by: Jilin Yuan <yuanjilin@...rlc.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@...rosoft.com>
Powered by blists - more mailing lists