All of lore.kernel.org
 help / color / mirror / Atom feed
* [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
  2026-05-19  0:40 ` Sean Christopherson
  0 siblings, 2 replies; 3+ 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] 3+ 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
  2026-05-19  0:40 ` Sean Christopherson
  1 sibling, 0 replies; 3+ 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] 3+ 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
@ 2026-05-19  0:40 ` Sean Christopherson
  1 sibling, 0 replies; 3+ messages in thread
From: Sean Christopherson @ 2026-05-19  0:40 UTC (permalink / raw)
  To: Sean Christopherson, pbonzini, Piotr Zarycki
  Cc: shuah, vkuznets, kvm, linux-kselftest, linux-kernel

On Tue, 28 Apr 2026 10:30:37 +0200, Piotr Zarycki wrote:
> Fix a typo in a comment: 'vailable' -> 'available'.

Applied to kvm-x86 selftests, thanks!

[1/1] KVM: selftests: Fix typo in comment in hyperv_features.c
      https://github.com/kvm-x86/linux/commit/b67c030f4f65

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

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

end of thread, other threads:[~2026-05-19  0:43 UTC | newest]

Thread overview: 3+ 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
2026-05-19  0:40 ` Sean Christopherson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.