All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] KVM: s390: drop unexpected word 'and' in the comments
@ 2022-06-22 14:07 Jiang Jian
  2022-06-23  6:34 ` Janosch Frank
  0 siblings, 1 reply; 2+ messages in thread
From: Jiang Jian @ 2022-06-22 14:07 UTC (permalink / raw)
  To: borntraeger, frankja, imbrenda
  Cc: david, hca, gor, agordeev, svens, kvm, linux-s390, linux-kernel,
	Jiang Jian

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@cdjrlc.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 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)) {
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] KVM: s390: drop unexpected word 'and' in the comments
  2022-06-22 14:07 [PATCH] KVM: s390: drop unexpected word 'and' in the comments Jiang Jian
@ 2022-06-23  6:34 ` Janosch Frank
  0 siblings, 0 replies; 2+ messages in thread
From: Janosch Frank @ 2022-06-23  6:34 UTC (permalink / raw)
  To: Jiang Jian, borntraeger, imbrenda
  Cc: david, hca, gor, agordeev, svens, kvm, linux-s390, linux-kernel

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@cdjrlc.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)) {


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-23  6:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22 14:07 [PATCH] KVM: s390: drop unexpected word 'and' in the comments Jiang Jian
2022-06-23  6:34 ` Janosch Frank

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.