]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
KVM: selftests: fix minor typo in cpumodel_subfuncs
authorGopi Krishna Menon <krishnagopi487@gmail.com>
Wed, 13 Aug 2025 15:47:51 +0000 (21:17 +0530)
committerSean Christopherson <seanjc@google.com>
Tue, 19 Aug 2025 17:50:59 +0000 (10:50 -0700)
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>
tools/testing/selftests/kvm/s390/cpumodel_subfuncs_test.c

index 27255880dabd03c69f222fd8cf3c883689fc93a3..aded795d42be9746c3ede36d39a64f5cabd12d4d 100644 (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);
                }
        }