* [PATCH] KVM: selftests: Fix typo in comment in hyperv_features.c
@ 2026-04-28 8:30 Piotr Zarycki
2026-04-28 9:26 ` Vitaly Kuznetsov
0 siblings, 1 reply; 2+ messages in thread
From: Piotr Zarycki @ 2026-04-28 8:30 UTC (permalink / raw)
To: seanjc, pbonzini
Cc: shuah, vkuznets, kvm, linux-kselftest, linux-kernel,
Piotr Zarycki
Fix a typo in a comment: 'vailable' -> 'available'.
Signed-off-by: Piotr Zarycki <piotr.zarycki@gmail.com>
---
tools/testing/selftests/kvm/x86/hyperv_features.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/kvm/x86/hyperv_features.c b/tools/testing/selftests/kvm/x86/hyperv_features.c
index 130b9ce7e5dd..f943c748f9ff 100644
--- a/tools/testing/selftests/kvm/x86/hyperv_features.c
+++ b/tools/testing/selftests/kvm/x86/hyperv_features.c
@@ -457,7 +457,7 @@ static void guest_test_msrs_access(void)
msr->fault_expected = true;
break;
case 45:
- /* MSR is vailable when CPUID feature bit is set */
+ /* MSR is available when CPUID feature bit is set */
if (!has_invtsc)
goto next_stage;
vcpu_set_cpuid_feature(vcpu, HV_ACCESS_TSC_INVARIANT);
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] KVM: selftests: Fix typo in comment in hyperv_features.c
2026-04-28 8:30 [PATCH] KVM: selftests: Fix typo in comment in hyperv_features.c Piotr Zarycki
@ 2026-04-28 9:26 ` Vitaly Kuznetsov
0 siblings, 0 replies; 2+ messages in thread
From: Vitaly Kuznetsov @ 2026-04-28 9:26 UTC (permalink / raw)
To: Piotr Zarycki, seanjc, pbonzini
Cc: shuah, kvm, linux-kselftest, linux-kernel, Piotr Zarycki
Piotr Zarycki <piotr.zarycki@gmail.com> writes:
> Fix a typo in a comment: 'vailable' -> 'available'.
>
> Signed-off-by: Piotr Zarycki <piotr.zarycki@gmail.com>
> ---
> tools/testing/selftests/kvm/x86/hyperv_features.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/kvm/x86/hyperv_features.c b/tools/testing/selftests/kvm/x86/hyperv_features.c
> index 130b9ce7e5dd..f943c748f9ff 100644
> --- a/tools/testing/selftests/kvm/x86/hyperv_features.c
> +++ b/tools/testing/selftests/kvm/x86/hyperv_features.c
> @@ -457,7 +457,7 @@ static void guest_test_msrs_access(void)
> msr->fault_expected = true;
> break;
> case 45:
> - /* MSR is vailable when CPUID feature bit is set */
> + /* MSR is available when CPUID feature bit is set */
> if (!has_invtsc)
> goto next_stage;
> vcpu_set_cpuid_feature(vcpu, HV_ACCESS_TSC_INVARIANT);
Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Thanks!
--
Vitaly
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-28 9:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-28 8:30 [PATCH] KVM: selftests: Fix typo in comment in hyperv_features.c Piotr Zarycki
2026-04-28 9:26 ` Vitaly Kuznetsov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox