* [PATCH] KVM: selftests: fix minor typo in cpumodel_subfuncs
@ 2025-08-13 15:38 Gopi Krishna Menon
0 siblings, 0 replies; only message in thread
From: Gopi Krishna Menon @ 2025-08-13 15:38 UTC (permalink / raw)
To: borntraeger
Cc: Gopi Krishna Menon, frankja, imbrenda, david, pbonzini, shuah,
kvm, linux-kselftest, linux-kernel, skhan
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] only message in thread
only message in thread, other threads:[~2025-08-13 15:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-13 15:38 [PATCH] KVM: selftests: fix minor typo in cpumodel_subfuncs Gopi Krishna Menon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).