public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] KVM: selftests: Fix spelling mistake "Unabled" -> "Unable"
@ 2025-02-14 13:02 Colin Ian King
  2025-02-14 15:21 ` Sean Christopherson
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2025-02-14 13:02 UTC (permalink / raw)
  To: Paolo Bonzini, Shuah Khan, Sean Christopherson, kvm,
	linux-kselftest
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a TEST_FAIL message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 tools/testing/selftests/kvm/lib/kvm_util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/kvm/lib/kvm_util.c b/tools/testing/selftests/kvm/lib/kvm_util.c
index b1c3c7260902..279ad8946040 100644
--- a/tools/testing/selftests/kvm/lib/kvm_util.c
+++ b/tools/testing/selftests/kvm/lib/kvm_util.c
@@ -2283,7 +2283,7 @@ void kvm_get_stat(struct kvm_binary_stats *stats, const char *name,
 		return;
 	}
 
-	TEST_FAIL("Unabled to find stat '%s'", name);
+	TEST_FAIL("Unable to find stat '%s'", name);
 }
 
 __weak void kvm_arch_vm_post_create(struct kvm_vm *vm)
-- 
2.47.2


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

* Re: [PATCH][next] KVM: selftests: Fix spelling mistake "Unabled" -> "Unable"
  2025-02-14 13:02 [PATCH][next] KVM: selftests: Fix spelling mistake "Unabled" -> "Unable" Colin Ian King
@ 2025-02-14 15:21 ` Sean Christopherson
  0 siblings, 0 replies; 2+ messages in thread
From: Sean Christopherson @ 2025-02-14 15:21 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Paolo Bonzini, Shuah Khan, kvm, linux-kselftest, kernel-janitors,
	linux-kernel

On Fri, Feb 14, 2025, Colin Ian King wrote:
> There is a spelling mistake in a TEST_FAIL message. Fix it.

Gah, as usual, your spell checker is superior to mine.  Squashed the fix with
offending commit.

Thanks!

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

end of thread, other threads:[~2025-02-14 15:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-14 13:02 [PATCH][next] KVM: selftests: Fix spelling mistake "Unabled" -> "Unable" Colin Ian King
2025-02-14 15:21 ` Sean Christopherson

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