[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220831063530.16876-1-yuanjilin@cdjrlc.com>
Date: Wed, 31 Aug 2022 14:35:30 +0800
From: Jilin Yuan <yuanjilin@...rlc.com>
To: borntraeger@...ux.ibm.com, frankja@...ux.ibm.com,
imbrenda@...ux.ibm.com, david@...hat.com, hca@...ux.ibm.com,
gor@...ux.ibm.com, agordeev@...ux.ibm.com, svens@...ux.ibm.com
Cc: kvm@...r.kernel.org, linux-s390@...r.kernel.org,
linux-kernel@...r.kernel.org, Jilin Yuan <yuanjilin@...rlc.com>
Subject: [PATCH] KVM: s390: fix repeated words in comments
Delete the redundant word 'not'.
Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
---
arch/s390/kvm/interrupt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/s390/kvm/interrupt.c b/arch/s390/kvm/interrupt.c
index b9c944b262c7..f0b925e70900 100644
--- a/arch/s390/kvm/interrupt.c
+++ b/arch/s390/kvm/interrupt.c
@@ -577,7 +577,7 @@ static int __write_machine_check(struct kvm_vcpu *vcpu,
/*
* All other possible payload for a machine check (e.g. the register
* contents in the save area) will be handled by the ultravisor, as
- * the hypervisor does not not have the needed information for
+ * the hypervisor does not have the needed information for
* protected guests.
*/
if (kvm_s390_pv_cpu_is_protected(vcpu)) {
--
2.36.1
Powered by blists - more mailing lists