mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
KVM: selftests: Fix typo in hyperv cpuid test message
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> Link: https://lore.kernel.org/r/20250824181642.629297-1-alok.a.tiwari@oracle.com Signed-off-by: Sean Christopherson <seanjc@google.com>
This commit is contained in:
parent
05f297c3e3
commit
665071186c
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user