Drivers: hv: fix repeated words in comments

Message ID 20221019125604.52999-1-yuanjilin@cdjrlc.com
State New
Headers
Series Drivers: hv: fix repeated words in comments |

Commit Message

Jilin Yuan Oct. 19, 2022, 12:56 p.m. UTC
  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(-)
  

Comments

Michael Kelley (LINUX) Oct. 24, 2022, 5:10 p.m. UTC | #1
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>
  
Wei Liu Oct. 26, 2022, 3:18 p.m. UTC | #2
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.
  

Patch

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);