projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2661f5
)
selftests: mm: fix typo
author
Eric Salem
<ericsalem@gmail.com>
Sun, 9 Feb 2025 02:36:36 +0000
(20:36 -0600)
committer
Andrew Morton
<akpm@linux-foundation.org>
Mon, 17 Mar 2025 05:06:11 +0000
(22:06 -0700)
Fix misspelling.
Link:
https://lkml.kernel.org/r/77e0e915-36c3-4c95-84b8-0b73aaa17951@gmail.com
Signed-off-by: Eric Salem <ericsalem@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/mm/uffd-common.c
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/mm/uffd-common.c
b/tools/testing/selftests/mm/uffd-common.c
index
7ad6ba6
..
31e0c8a
100644
(file)
--- a/
tools/testing/selftests/mm/uffd-common.c
+++ b/
tools/testing/selftests/mm/uffd-common.c
@@
-323,7
+323,7
@@
int uffd_test_ctx_init(uint64_t features, const char **errmsg)
ret = userfaultfd_open(&features);
if (ret) {
if (errmsg)
- *errmsg = "possible lack of privile
d
ge";
+ *errmsg = "possible lack of privilege";
return ret;
}