Commit b9df116c authored by Jiang Jian's avatar Jiang Jian Committed by Janosch Frank

KVM: s390: drop unexpected word 'and' in the comments

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: default avatarJiang Jian <jiangjian@cdjrlc.com>
Link: https://lore.kernel.org/lkml/20220622140720.7617-1-jiangjian@cdjrlc.com/Signed-off-by: default avatarJanosch Frank <frankja@linux.ibm.com>
parent d41b5e01
...@@ -704,7 +704,7 @@ static int __must_check __deliver_machine_check(struct kvm_vcpu *vcpu) ...@@ -704,7 +704,7 @@ static int __must_check __deliver_machine_check(struct kvm_vcpu *vcpu)
/* /*
* We indicate floating repressible conditions along with * We indicate floating repressible conditions along with
* other pending conditions. Channel Report Pending and Channel * 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. * bits in mcic and masked in cr14.
*/ */
if (test_and_clear_bit(IRQ_PEND_MCHK_REP, &fi->pending_irqs)) { if (test_and_clear_bit(IRQ_PEND_MCHK_REP, &fi->pending_irqs)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment