aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-01-02 09:54:03 +0000
committerShuah Khan <shuah@kernel.org>2019-01-14 18:50:17 -0700
commita180ac19ac19145789faa8ece9a45934822f6a29 (patch)
tree275eb57cc7cf5f0c5e2b0caa646b778be44829d8 /tools
parentselftests: rtc: rtctest: add alarm test on minute boundary (diff)
downloadwireguard-linux-a180ac19ac19145789faa8ece9a45934822f6a29.tar.xz
wireguard-linux-a180ac19ac19145789faa8ece9a45934822f6a29.zip
x86/mpx/selftests: fix spelling mistake "succeded" -> "succeeded"
There is a spelling mistake eprintf error message, fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Shuah Khan <shuah@kernel.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/x86/mpx-mini-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/x86/mpx-mini-test.c b/tools/testing/selftests/x86/mpx-mini-test.c
index 50f7e9272481..bf1bb15b6fbe 100644
--- a/tools/testing/selftests/x86/mpx-mini-test.c
+++ b/tools/testing/selftests/x86/mpx-mini-test.c
@@ -1503,7 +1503,7 @@ exit:
exit(20);
}
if (successes != total_nr_tests) {
- eprintf("ERROR: succeded fewer than number of tries (%d != %d)\n",
+ eprintf("ERROR: succeeded fewer than number of tries (%d != %d)\n",
successes, total_nr_tests);
exit(21);
}