public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arch: s390: kvm: Fix oustanding to outstanding in the file kvm-s390.c
@ 2021-02-13 15:32 Bhaskar Chowdhury
  2021-02-13 15:46 ` Randy Dunlap
  2021-02-15  9:08 ` Janosch Frank
  0 siblings, 2 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-02-13 15:32 UTC (permalink / raw)
  To: borntraeger, frankja, david, cohuck, imbrenda, hca, gor, kvm,
	linux-s390, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/oustanding/outstanding/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 arch/s390/kvm/kvm-s390.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/s390/kvm/kvm-s390.c b/arch/s390/kvm/kvm-s390.c
index dbafd057ca6a..1d01afaca9fe 100644
--- a/arch/s390/kvm/kvm-s390.c
+++ b/arch/s390/kvm/kvm-s390.c
@@ -4545,7 +4545,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.
+		 * outstanding ENABLE requests.
 		 */
 		__disable_ibs_on_all_vcpus(vcpu->kvm);
 	}
--
2.30.1


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

end of thread, other threads:[~2021-02-16 13:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-13 15:32 [PATCH] arch: s390: kvm: Fix oustanding to outstanding in the file kvm-s390.c Bhaskar Chowdhury
2021-02-13 15:46 ` Randy Dunlap
2021-02-15  9:08 ` Janosch Frank
2021-02-16 13:40   ` Bhaskar Chowdhury

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox