KVM: s390: Fix comment spelling in kvm_s390_vcpu_start()
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>
This commit is contained in:
parent
a38fd87484
commit
38860756a1
|
@ -4542,7 +4542,7 @@ int kvm_s390_vcpu_start(struct kvm_vcpu *vcpu)
|
||||||
/*
|
/*
|
||||||
* As we are starting a second VCPU, we have to disable
|
* As we are starting a second VCPU, we have to disable
|
||||||
* the IBS facility on all VCPUs to remove potentially
|
* the IBS facility on all VCPUs to remove potentially
|
||||||
* oustanding ENABLE requests.
|
* outstanding ENABLE requests.
|
||||||
*/
|
*/
|
||||||
__disable_ibs_on_all_vcpus(vcpu->kvm);
|
__disable_ibs_on_all_vcpus(vcpu->kvm);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue