Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Gopi Krishna Menon and committed by
Sean Christopherson
05f297c3 e2bcf62a

+1 -1
+1 -1
tools/testing/selftests/kvm/s390/cpumodel_subfuncs_test.c
··· 291 291 ksft_test_result_pass("%s\n", testlist[idx].subfunc_name); 292 292 free(array); 293 293 } else { 294 - ksft_test_result_skip("%s feature is not avaialable\n", 294 + ksft_test_result_skip("%s feature is not available\n", 295 295 testlist[idx].subfunc_name); 296 296 } 297 297 }