projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a38fd87
)
KVM: s390: Fix comment spelling in kvm_s390_vcpu_start()
author
Bhaskar Chowdhury
<unixbhaskar@gmail.com>
Sat, 13 Feb 2021 15:32:27 +0000
(21:02 +0530)
committer
Christian Borntraeger
<borntraeger@de.ibm.com>
Tue, 9 Mar 2021 09:06:48 +0000
(10:06 +0100)
s/oustanding/outstanding/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link:
https://lore.kernel.org/r/20210213153227.1640682-1-unixbhaskar@gmail.com
Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
arch/s390/kvm/kvm-s390.c
patch
|
blob
|
history
diff --git
a/arch/s390/kvm/kvm-s390.c
b/arch/s390/kvm/kvm-s390.c
index 2f09e9d7dc95af5ef75698da31e020a7ac674b72..333193982e5197d237104b9c1ac80ef584ba5471 100644
(file)
--- a/
arch/s390/kvm/kvm-s390.c
+++ b/
arch/s390/kvm/kvm-s390.c
@@
-4542,7
+4542,7
@@
int kvm_s390_vcpu_start(struct kvm_vcpu *vcpu)
/*
* As we are starting a second VCPU, we have to disable
* the IBS facility on all VCPUs to remove potentially
- * oustanding ENABLE requests.
+ * ou
t
standing ENABLE requests.
*/
__disable_ibs_on_all_vcpus(vcpu->kvm);
}