]> Git Repo - linux.git/commitdiff
KVM: selftests: Fix spelling mistake "KVM_HYPERCAL_EXIT_SMC" -> "KVM_HYPERCALL_EXIT_SMC"
authorColin Ian King <[email protected]>
Thu, 6 Apr 2023 08:02:26 +0000 (09:02 +0100)
committerMarc Zyngier <[email protected]>
Sat, 8 Apr 2023 14:38:36 +0000 (15:38 +0100)
There is a spelling mistake in a test assert message. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Oliver Upton <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
tools/testing/selftests/kvm/aarch64/smccc_filter.c

index dab671fdf2397bf0469a8e20a9b75ea43c35b181..f4ceae9c89257d211bab149be149510898e02290 100644 (file)
@@ -219,7 +219,7 @@ static void expect_call_fwd_to_user(struct kvm_vcpu *vcpu, uint32_t func_id,
                            "KVM_HYPERCALL_EXIT_SMC is not set");
        else
                TEST_ASSERT(!(run->hypercall.flags & KVM_HYPERCALL_EXIT_SMC),
-                           "KVM_HYPERCAL_EXIT_SMC is set");
+                           "KVM_HYPERCALL_EXIT_SMC is set");
 }
 
 /* SMCCC calls forwarded to userspace cause KVM_EXIT_HYPERCALL exits */
This page took 0.058584 seconds and 4 git commands to generate.