Skip to content

Commit 99632e3

Browse files
Jilin Yuanliuw
authored andcommitted
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>
1 parent 03b9a6e commit 99632e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/hv/hv_balloon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ static unsigned long handle_pg_range(unsigned long pg_start,
905905
* We have some residual hot add range
906906
* that needs to be hot added; hot add
907907
* it now. Hot add a multiple of
908-
* of HA_CHUNK that fully covers the pages
908+
* HA_CHUNK that fully covers the pages
909909
* we have.
910910
*/
911911
size = (has->end_pfn - has->ha_end_pfn);

0 commit comments

Comments
 (0)