summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-08-31 20:52:17 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2022-09-26 12:03:02 -0400
commitb85a97b851ca295fb475fa10ca5f0c83a8852cf7 (patch)
treedd36324014132bd9341be9d1728e8dc75995e436
parent37d145ef62ff4f424ed05f8c99dc1c9ec67ff133 (diff)
downloadlinux-stable-b85a97b851ca295fb475fa10ca5f0c83a8852cf7.tar.gz
linux-stable-b85a97b851ca295fb475fa10ca5f0c83a8852cf7.tar.bz2
linux-stable-b85a97b851ca295fb475fa10ca5f0c83a8852cf7.zip
KVM: x86/mmu: fix repeated words in comments
Delete the redundant word 'to'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Link: https://lore.kernel.org/r/20220831125217.12313-1-yuanjilin@cdjrlc.com Signed-off-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r--arch/x86/kvm/mmu/paging_tmpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/mmu/paging_tmpl.h b/arch/x86/kvm/mmu/paging_tmpl.h
index 39e0205e7300..5ab5f94dcb6f 100644
--- a/arch/x86/kvm/mmu/paging_tmpl.h
+++ b/arch/x86/kvm/mmu/paging_tmpl.h
@@ -472,7 +472,7 @@ error:
#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
* done by is_rsvd_bits_set() above.
*