Linux-HyperV List
 help / color / mirror / Atom feed
* [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

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