Commit 05474b7b authored by Colin Ian King's avatar Colin Ian King Committed by Oliver Upton
Browse files

KVM: arm64: Fix spelling mistake "Unexpeced" -> "Unexpected"



There is a spelling mistake in a TEST_FAIL message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Link: https://msgid.link/20251128175124.319094-1-colin.i.king@gmail.com


Signed-off-by: default avatarOliver Upton <oupton@kernel.org>
parent d98a04dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
		}
	}
}