* [PATCH] KVM: selftests: fix minor typo in cpumodel_subfuncs
[not found] <20250813153838.5470-1-krishnagopi487@gmail.com>
@ 2025-08-13 15:47 ` Gopi Krishna Menon
2025-08-19 23:12 ` Sean Christopherson
0 siblings, 1 reply; 2+ messages in thread
From: Gopi Krishna Menon @ 2025-08-13 15:47 UTC (permalink / raw)
To: linux-kernel-mentees, borntraeger
Specifically, fix spelling of "available" in main function.
Signed-off-by: Gopi Krishna Menon <krishnagopi487@gmail.com>
---
tools/testing/selftests/kvm/s390/cpumodel_subfuncs_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/kvm/s390/cpumodel_subfuncs_test.c b/tools/testing/selftests/kvm/s390/cpumodel_subfuncs_test.c
index 27255880dabd..aded795d42be 100644
--- a/tools/testing/selftests/kvm/s390/cpumodel_subfuncs_test.c
+++ b/tools/testing/selftests/kvm/s390/cpumodel_subfuncs_test.c
@@ -291,7 +291,7 @@ int main(int argc, char *argv[])
ksft_test_result_pass("%s\n", testlist[idx].subfunc_name);
free(array);
} else {
- ksft_test_result_skip("%s feature is not avaialable\n",
+ ksft_test_result_skip("%s feature is not available\n",
testlist[idx].subfunc_name);
}
}
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] KVM: selftests: fix minor typo in cpumodel_subfuncs
2025-08-13 15:47 ` [PATCH] KVM: selftests: fix minor typo in cpumodel_subfuncs Gopi Krishna Menon
@ 2025-08-19 23:12 ` Sean Christopherson
0 siblings, 0 replies; 2+ messages in thread
From: Sean Christopherson @ 2025-08-19 23:12 UTC (permalink / raw)
To: Sean Christopherson, linux-kernel-mentees, borntraeger,
Gopi Krishna Menon
On Wed, 13 Aug 2025 21:17:51 +0530, Gopi Krishna Menon wrote:
> Specifically, fix spelling of "available" in main function.
Applied to kvm-x86 selftests, thanks!
[1/1] KVM: selftests: fix minor typo in cpumodel_subfuncs
https://github.com/kvm-x86/linux/commit/05f297c3e39f
--
https://github.com/kvm-x86/linux/tree/next
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-19 23:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20250813153838.5470-1-krishnagopi487@gmail.com>
2025-08-13 15:47 ` [PATCH] KVM: selftests: fix minor typo in cpumodel_subfuncs Gopi Krishna Menon
2025-08-19 23:12 ` Sean Christopherson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox