Commit b85a97b8 authored by Jilin Yuan's avatar Jilin Yuan Committed by Paolo Bonzini

KVM: x86/mmu: fix repeated words in comments

Delete the redundant word 'to'.
Signed-off-by: default avatarJilin Yuan <yuanjilin@cdjrlc.com>
Link: https://lore.kernel.org/r/20220831125217.12313-1-yuanjilin@cdjrlc.comSigned-off-by: default avatarSean Christopherson <seanjc@google.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 37d145ef
...@@ -472,7 +472,7 @@ static int FNAME(walk_addr_generic)(struct guest_walker *walker, ...@@ -472,7 +472,7 @@ static int FNAME(walk_addr_generic)(struct guest_walker *walker,
#if PTTYPE == PTTYPE_EPT #if PTTYPE == PTTYPE_EPT
/* /*
* Use PFERR_RSVD_MASK in error_code to to tell if EPT * Use PFERR_RSVD_MASK in error_code to tell if EPT
* misconfiguration requires to be injected. The detection is * misconfiguration requires to be injected. The detection is
* done by is_rsvd_bits_set() above. * done by is_rsvd_bits_set() above.
* *
......
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