Skip to content

Commit c5284f6

Browse files
ColinIanKingMarc Zyngier
authored andcommitted
KVM: selftests: Fix spelling mistake "KVM_HYPERCAL_EXIT_SMC" -> "KVM_HYPERCALL_EXIT_SMC"
There is a spelling mistake in a test assert message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: Oliver Upton <oliver.upton@linux.dev> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20230406080226.122955-1-colin.i.king@gmail.com
1 parent 00e0c94 commit c5284f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing/selftests/kvm/aarch64/smccc_filter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ static void expect_call_fwd_to_user(struct kvm_vcpu *vcpu, uint32_t func_id,
219219
"KVM_HYPERCALL_EXIT_SMC is not set");
220220
else
221221
TEST_ASSERT(!(run->hypercall.flags & KVM_HYPERCALL_EXIT_SMC),
222-
"KVM_HYPERCAL_EXIT_SMC is set");
222+
"KVM_HYPERCALL_EXIT_SMC is set");
223223
}
224224

225225
/* SMCCC calls forwarded to userspace cause KVM_EXIT_HYPERCALL exits */

0 commit comments

Comments
 (0)