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:
3659f98
)
selftests: x86/pkeys: fix spelling mistake: "itertation" -> "iteration"
author
Colin King
<
[email protected]
>
Tue, 27 Dec 2016 16:17:21 +0000
(16:17 +0000)
committer
Shuah Khan
<
[email protected]
>
Thu, 5 Jan 2017 20:24:18 +0000
(13:24 -0700)
Fix spelling mistake in print test pass message.
Signed-off-by: Colin Ian King <
[email protected]
>
Signed-off-by: Shuah Khan <
[email protected]
>
tools/testing/selftests/x86/protection_keys.c
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/x86/protection_keys.c
b/tools/testing/selftests/x86/protection_keys.c
index bdd58c78902e96948f92475f4898de1ec0c14a57..df9e0a0cdf294e1e334c6558c9c4f87a38387e1d 100644
(file)
--- a/
tools/testing/selftests/x86/protection_keys.c
+++ b/
tools/testing/selftests/x86/protection_keys.c
@@
-1367,7
+1367,7
@@
void run_tests_once(void)
tracing_off();
close_test_fds();
- printf("test %2d PASSED (iter
t
ation %d)\n", test_nr, iteration_nr);
+ printf("test %2d PASSED (iteration %d)\n", test_nr, iteration_nr);
dprintf1("======================\n\n");
}
iteration_nr++;