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>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 23 Jun 2022 08:34:13 +0200
From:   Janosch Frank <frankja@...ux.ibm.com>
To:     Jiang Jian <jiangjian@...rlc.com>, borntraeger@...ux.ibm.com,
        imbrenda@...ux.ibm.com
Cc:     david@...hat.com, hca@...ux.ibm.com, gor@...ux.ibm.com,
        agordeev@...ux.ibm.com, svens@...ux.ibm.com, kvm@...r.kernel.org,
        linux-s390@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] KVM: s390: drop unexpected word 'and' in the comments

On 6/22/22 16:07, Jiang Jian wrote:
> there is an unexpected word 'and' in the comments that need to be dropped
> 
> file: arch/s390/kvm/interrupt.c
> line: 705
> 
> * Subsystem damage are the only two and and are indicated by
> 
> changed to:
> 
> * Subsystem damage are the only two and are indicated by
> 
> Signed-off-by: Jiang Jian <jiangjian@...rlc.com>

Thanks, queued

> ---
>   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 af96dc0549a4..1e3fb2d4d448 100644
> --- a/arch/s390/kvm/interrupt.c
> +++ b/arch/s390/kvm/interrupt.c
> @@ -702,7 +702,7 @@ static int __must_check __deliver_machine_check(struct kvm_vcpu *vcpu)
>   	/*
>   	 * We indicate floating repressible conditions along with
>   	 * other pending conditions. Channel Report Pending and Channel
> -	 * Subsystem damage are the only two and and are indicated by
> +	 * Subsystem damage are the only two and are indicated by
>   	 * bits in mcic and masked in cr14.
>   	 */
>   	if (test_and_clear_bit(IRQ_PEND_MCHK_REP, &fi->pending_irqs)) {

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ