Commit 99632e3d authored by Jilin Yuan's avatar Jilin Yuan Committed by Wei Liu

Drivers: hv: fix repeated words in comments

Delete the redundant word 'of'.
Signed-off-by: default avatarJilin Yuan <yuanjilin@cdjrlc.com>
Reviewed-by: default avatarMichael Kelley <mikelley@microsoft.com>
Link: https://lore.kernel.org/r/20221019125604.52999-1-yuanjilin@cdjrlc.comSigned-off-by: default avatarWei Liu <wei.liu@kernel.org>
parent 03b9a6e1
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment