projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b30277
)
x86/mpx/selftests: fix spelling mistake "succeded" -> "succeeded"
author
Colin Ian King
<colin.king@canonical.com>
Wed, 2 Jan 2019 09:54:03 +0000
(09:54 +0000)
committer
Shuah Khan
<shuah@kernel.org>
Tue, 15 Jan 2019 01:50:17 +0000
(18:50 -0700)
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>
tools/testing/selftests/x86/mpx-mini-test.c
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/x86/mpx-mini-test.c
b/tools/testing/selftests/x86/mpx-mini-test.c
index 50f7e92724813a3525154ede4f2b282af7e5a839..bf1bb15b6fbe3e2831a302a01586de6605b242e2 100644
(file)
--- 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: succe
e
ded fewer than number of tries (%d != %d)\n",
successes, total_nr_tests);
exit(21);
}