Skip to content

Commit 05f297c

Browse files
gopi487krishnasean-jc
authored andcommitted
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>
1 parent e2bcf62 commit 05f297c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing/selftests/kvm/s390/cpumodel_subfuncs_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ int main(int argc, char *argv[])
291291
ksft_test_result_pass("%s\n", testlist[idx].subfunc_name);
292292
free(array);
293293
} else {
294-
ksft_test_result_skip("%s feature is not avaialable\n",
294+
ksft_test_result_skip("%s feature is not available\n",
295295
testlist[idx].subfunc_name);
296296
}
297297
}

0 commit comments

Comments
 (0)