Commit 05f297c3 authored by Gopi Krishna Menon's avatar Gopi Krishna Menon Committed by Sean Christopherson
Browse files

KVM: selftests: fix minor typo in cpumodel_subfuncs



Specifically, fix spelling of "available" in main function.

Signed-off-by: default avatarGopi Krishna Menon <krishnagopi487@gmail.com>
Link: https://lore.kernel.org/r/20250813154751.5725-1-krishnagopi487@gmail.com


Signed-off-by: default avatarSean Christopherson <seanjc@google.com>
parent e2bcf62a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
		}
	}