projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a00e9e4
)
KVM: arm64: Fix repeated words in comments
author
Jingyu Wang
<jingyuwang_vip@163.com>
Thu, 9 Mar 2023 07:59:19 +0000
(15:59 +0800)
committer
Marc Zyngier
<maz@kernel.org>
Fri, 21 Apr 2023 12:46:04 +0000
(13:46 +0100)
Delete the redundant word 'to'.
Signed-off-by: Jingyu Wang <jingyuwang_vip@163.com>
Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link:
https://lore.kernel.org/r/20230309075919.169518-1-jingyuwang_vip@163.com
arch/arm64/kvm/inject_fault.c
patch
|
blob
|
history
diff --git
a/arch/arm64/kvm/inject_fault.c
b/arch/arm64/kvm/inject_fault.c
index 64c3aec0d937c36b84d49b7ca403933429b993c8..0bd93a5f21ce382506803d018ba7df7072ac0aa1 100644
(file)
--- 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))