diff options
| author | Gopi Krishna Menon <krishnagopi487@gmail.com> | 2025-08-13 21:17:51 +0530 |
|---|---|---|
| committer | Sean Christopherson <seanjc@google.com> | 2025-08-19 10:50:59 -0700 |
| commit | 05f297c3e39f62f579458a59ab1b1c8bf3fc1c51 (patch) | |
| tree | 5e3f50ae98b1d93eb8a33b87e11d1b9fed35cda3 | |
| parent | e2bcf62a2e78f8d7e95485c0347bccfba3c5e459 (diff) | |
KVM: selftests: fix minor typo in cpumodel_subfuncs
Specifically, fix spelling of "available" in main function.
Signed-off-by: Gopi Krishna Menon <krishnagopi487@gmail.com>
Link: https://lore.kernel.org/r/20250813154751.5725-1-krishnagopi487@gmail.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
| -rw-r--r-- | tools/testing/selftests/kvm/s390/cpumodel_subfuncs_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |
