mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
KVM: arm64: Fix spelling mistake "Unexpeced" -> "Unexpected"
There is a spelling mistake in a TEST_FAIL message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://msgid.link/20251128175124.319094-1-colin.i.king@gmail.com Signed-off-by: Oliver Upton <oupton@kernel.org>
This commit is contained in:
committed by
Oliver Upton
parent
d98a04dc19
commit
05474b7bc7
@@ -137,7 +137,7 @@ static void run_test(struct kvm_vcpu *vcpu)
|
||||
REPORT_GUEST_ASSERT(uc);
|
||||
return;
|
||||
default:
|
||||
TEST_FAIL("Unexpeced ucall: %lu", uc.cmd);
|
||||
TEST_FAIL("Unexpected ucall: %lu", uc.cmd);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user