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>
This commit is contained in:
Gopi Krishna Menon 2025-08-13 21:17:51 +05:30 committed by Sean Christopherson
parent e2bcf62a2e
commit 05f297c3e3

View File

@ -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);
}
}