[PATCH] KVM: selftests: Fix typo in hyperv cpuid test message

Alok Tiwari posted 1 patch 1 month, 1 week ago
tools/testing/selftests/kvm/x86/hyperv_cpuid.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] KVM: selftests: Fix typo in hyperv cpuid test message
Posted by Alok Tiwari 1 month, 1 week ago
Fix a typo in hyperv_cpuid.c test assertion log:
replace "our of supported range" -> "out of supported range".

Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
---
 tools/testing/selftests/kvm/x86/hyperv_cpuid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/kvm/x86/hyperv_cpuid.c b/tools/testing/selftests/kvm/x86/hyperv_cpuid.c
index c863a689aa985..3c21af811d8f1 100644
--- a/tools/testing/selftests/kvm/x86/hyperv_cpuid.c
+++ b/tools/testing/selftests/kvm/x86/hyperv_cpuid.c
@@ -45,7 +45,7 @@ static void test_hv_cpuid(struct kvm_vcpu *vcpu, bool evmcs_expected)
 
 		TEST_ASSERT((entry->function >= 0x40000000) &&
 			    (entry->function <= 0x40000082),
-			    "function %x is our of supported range",
+			    "function %x is out of supported range",
 			    entry->function);
 
 		TEST_ASSERT(entry->index == 0,
-- 
2.50.1
Re: [PATCH] KVM: selftests: Fix typo in hyperv cpuid test message
Posted by Sean Christopherson 2 weeks, 3 days ago
On Sun, 24 Aug 2025 11:16:40 -0700, Alok Tiwari wrote:
> Fix a typo in hyperv_cpuid.c test assertion log:
> replace "our of supported range" -> "out of supported range".

Applied to kvm-x86 selftests, thanks!

[1/1] KVM: selftests: Fix typo in hyperv cpuid test message
      https://github.com/kvm-x86/linux/commit/665071186ce4

--
https://github.com/kvm-x86/linux/tree/next