]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: s390: drop unexpected word 'and' in the comments
authorJiang Jian <jiangjian@cdjrlc.com>
Wed, 22 Jun 2022 14:07:20 +0000 (22:07 +0800)
committerJanosch Frank <frankja@linux.ibm.com>
Mon, 11 Jul 2022 09:29:51 +0000 (11:29 +0200)
commitebf1c5f179fcfaf93e700970d8c37ad40ddcbafc
tree71c9aec5a752eb3635023c2d92f30cc5fa191d60
parent29c968d2022f05ab2fa095991f17ad6facc84068
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: Jiang Jian <jiangjian@cdjrlc.com>
Link: https://lore.kernel.org/lkml/20220622140720.7617-1-jiangjian@cdjrlc.com/
Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
arch/s390/kvm/interrupt.c