mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
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:
parent
e2bcf62a2e
commit
05f297c3e3
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user