* [PATCH][next] KVM: selftests: Fix spelling mistake "perrmited" -> "permitted"
@ 2023-04-14 8:08 Colin Ian King
2023-04-14 17:05 ` Sean Christopherson
0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2023-04-14 8:08 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 report message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
tools/testing/selftests/kvm/lib/x86_64/processor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/kvm/lib/x86_64/processor.c b/tools/testing/selftests/kvm/lib/x86_64/processor.c
index 898b30096c80..d4a0b504b1e0 100644
--- a/tools/testing/selftests/kvm/lib/x86_64/processor.c
+++ b/tools/testing/selftests/kvm/lib/x86_64/processor.c
@@ -731,7 +731,7 @@ void __vm_xsave_require_permission(uint64_t xfeature, const char *name)
rc = syscall(SYS_arch_prctl, ARCH_GET_XCOMP_GUEST_PERM, &bitmask);
TEST_ASSERT(rc == 0, "prctl(ARCH_GET_XCOMP_GUEST_PERM) error: %ld", rc);
TEST_ASSERT(bitmask & xfeature,
- "'%s' (0x%lx) not permitted after prctl(ARCH_REQ_XCOMP_GUEST_PERM) perrmited=0x%lx",
+ "'%s' (0x%lx) not permitted after prctl(ARCH_REQ_XCOMP_GUEST_PERM) permitted=0x%lx",
name, xfeature, bitmask);
}
--
2.30.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH][next] KVM: selftests: Fix spelling mistake "perrmited" -> "permitted"
2023-04-14 8:08 [PATCH][next] KVM: selftests: Fix spelling mistake "perrmited" -> "permitted" Colin Ian King
@ 2023-04-14 17:05 ` Sean Christopherson
0 siblings, 0 replies; 2+ messages in thread
From: Sean Christopherson @ 2023-04-14 17:05 UTC (permalink / raw)
To: Sean Christopherson, Paolo Bonzini, Shuah Khan, kvm,
linux-kselftest, Colin Ian King
Cc: kernel-janitors, linux-kernel
On Fri, 14 Apr 2023 09:08:09 +0100, Colin Ian King wrote:
> There is a spelling mistake in a test report message. Fix it.
Once again, your spell checker laughs dirisively at my futile attempts.
Applied to kvm-x86 selftests, thanks!
[1/1] KVM: selftests: Fix spelling mistake "perrmited" -> "permitted"
https://github.com/kvm-x86/linux/commit/20aef201dafb
--
https://github.com/kvm-x86/linux/tree/next
https://github.com/kvm-x86/linux/tree/fixes
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-14 17:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-14 8:08 [PATCH][next] KVM: selftests: Fix spelling mistake "perrmited" -> "permitted" Colin Ian King
2023-04-14 17:05 ` Sean Christopherson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox