From: Colin Ian King Date: Mon, 1 Jul 2019 13:04:31 +0000 (+0100) Subject: selftests/x86: fix spelling mistake "FAILT" -> "FAIL" X-Git-Tag: v5.3-rc3~43^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=399ea57a4c8bc5fdb71a024a6870b5767b2ef6d8;p=thirdparty%2Fkernel%2Flinux.git selftests/x86: fix spelling mistake "FAILT" -> "FAIL" There is an spelling mistake in an a test error message. Fix it. Acked-by: Andy Lutomirski Signed-off-by: Colin Ian King Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/x86/test_vsyscall.c b/tools/testing/selftests/x86/test_vsyscall.c index 4602326b8f5b9..a4f4d4cf22c3b 100644 --- a/tools/testing/selftests/x86/test_vsyscall.c +++ b/tools/testing/selftests/x86/test_vsyscall.c @@ -451,7 +451,7 @@ static int test_vsys_x(void) printf("[OK]\tExecuting the vsyscall page failed: #PF(0x%lx)\n", segv_err); } else { - printf("[FAILT]\tExecution failed with the wrong error: #PF(0x%lx)\n", + printf("[FAIL]\tExecution failed with the wrong error: #PF(0x%lx)\n", segv_err); return 1; }