]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Drivers: hv: fix repeated words in comments
authorJilin Yuan <yuanjilin@cdjrlc.com>
Wed, 19 Oct 2022 12:56:04 +0000 (20:56 +0800)
committerWei Liu <wei.liu@kernel.org>
Thu, 27 Oct 2022 10:58:14 +0000 (10:58 +0000)
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>
drivers/hv/hv_balloon.c

index fdf6decacf067f9ed84910194357f71e4258966c..6c127f061f06db8ba763d616673551f5641132a6 100644 (file)
@@ -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);