aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJingyu Wang <[email protected]>2023-03-09 15:59:19 +0800
committerMarc Zyngier <[email protected]>2023-04-21 13:46:04 +0100
commit3d1793562858f2bc42cc722fe00ec9b2ff0618e1 (patch)
tree5b7523a784a16931f2e0776a0ca9bb194f04231e
parenta00e9e4319c2a8a8b166da028292de83190e39a4 (diff)
KVM: arm64: Fix repeated words in comments
Delete the redundant word 'to'. Signed-off-by: Jingyu Wang <[email protected]> Reviewed-by: Mukesh Ojha <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--arch/arm64/kvm/inject_fault.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kvm/inject_fault.c b/arch/arm64/kvm/inject_fault.c
index 64c3aec0d937..0bd93a5f21ce 100644
--- a/arch/arm64/kvm/inject_fault.c
+++ b/arch/arm64/kvm/inject_fault.c
@@ -204,7 +204,7 @@ void kvm_inject_size_fault(struct kvm_vcpu *vcpu)
* Size Fault at level 0, as if exceeding PARange.
*
* Non-LPAE guests will only get the external abort, as there
- * is no way to to describe the ASF.
+ * is no way to describe the ASF.
*/
if (vcpu_el1_is_32bit(vcpu) &&
!(vcpu_read_sys_reg(vcpu, TCR_EL1) & TTBCR_EAE))