[PATCH][next] KVM: arm64: Fix spelling mistake "Unexpeced" -> "Unexpected"

Colin Ian King posted 1 patch 3 days, 3 hours ago
tools/testing/selftests/kvm/arm64/at.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH][next] KVM: arm64: Fix spelling mistake "Unexpeced" -> "Unexpected"
Posted by Colin Ian King 3 days, 3 hours ago
There is a spelling mistake in a TEST_FAIL message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 tools/testing/selftests/kvm/arm64/at.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/kvm/arm64/at.c b/tools/testing/selftests/kvm/arm64/at.c
index acecb6ab5071..c8ee6f520734 100644
--- a/tools/testing/selftests/kvm/arm64/at.c
+++ b/tools/testing/selftests/kvm/arm64/at.c
@@ -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);
 		}
 	}
 }
-- 
2.51.0
Re: [PATCH][next] KVM: arm64: Fix spelling mistake "Unexpeced" -> "Unexpected"
Posted by Oliver Upton 3 days, 2 hours ago
On Fri, 28 Nov 2025 17:51:24 +0000, Colin Ian King wrote:
> There is a spelling mistake in a TEST_FAIL message. Fix it.
> 
> 

Applied to next, thanks!

[1/1] KVM: arm64: Fix spelling mistake "Unexpeced" -> "Unexpected"
      https://git.kernel.org/kvmarm/kvmarm/c/f3ec2787803e

--
Best,
Oliver