summary refs log tree commit diff
path: root/drivers/hv
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-10-19 20:56:04 +0800
committerWei Liu <wei.liu@kernel.org>2022-10-27 10:58:14 +0000
commit99632e3dbeb25a0ff86c4af4bba2dcf638624423 (patch)
treeadc5a1d5ac0a743d88ac2024f9f30028dda5a49c /drivers/hv
parent03b9a6e18d325ede28c6dc218cedda53969eb41b (diff)
downloadlinux-99632e3dbeb25a0ff86c4af4bba2dcf638624423.tar.gz
Drivers: hv: fix repeated words in comments
Delete the redundant word 'of'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Link: https://lore.kernel.org/r/20221019125604.52999-1-yuanjilin@cdjrlc.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Diffstat (limited to 'drivers/hv')
-rw-r--r--drivers/hv/hv_balloon.c2
1 files changed, 1 insertions, 1 deletions
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);