lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Thu, 22 Sep 2022 03:49:02 -0400
From:   Bo Liu <liubo03@...pur.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>, Bo Liu <liubo03@...pur.com>
Subject: [PATCH] KVM: s390: Fix double word in comments

Remove the repeated word "not" in comments.

Signed-off-by: Bo Liu <liubo03@...pur.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 ab569faf0df2..4b3c02ab9f70 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.27.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ