Skip to content

Commit 3d17935

Browse files
lemon1989Marc Zyngier
authored andcommitted
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]
1 parent a00e9e4 commit 3d17935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/kvm/inject_fault.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ void kvm_inject_size_fault(struct kvm_vcpu *vcpu)
204204
* Size Fault at level 0, as if exceeding PARange.
205205
*
206206
* Non-LPAE guests will only get the external abort, as there
207-
* is no way to to describe the ASF.
207+
* is no way to describe the ASF.
208208
*/
209209
if (vcpu_el1_is_32bit(vcpu) &&
210210
!(vcpu_read_sys_reg(vcpu, TCR_EL1) & TTBCR_EAE))

0 commit comments

Comments
 (0)