projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d0403d
)
userfaultfd/selftests: fix typo in comment
author
Xiang wangx
<wangxiang@cdjrlc.com>
Fri, 10 Jun 2022 07:12:44 +0000
(15:12 +0800)
committer
akpm
<akpm@linux-foundation.org>
Fri, 17 Jun 2022 02:48:31 +0000
(19:48 -0700)
Delete the redundant word 'in'.
Link:
https://lkml.kernel.org/r/20220610071244.59679-1-wangxiang@cdjrlc.com
Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/vm/userfaultfd.c
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/vm/userfaultfd.c
b/tools/testing/selftests/vm/userfaultfd.c
index 0bdfc1955229ccf2b74aedda40fdc33c4ecc24aa..4bc24581760da787c5e33e80b293295a3d45d188 100644
(file)
--- a/
tools/testing/selftests/vm/userfaultfd.c
+++ b/
tools/testing/selftests/vm/userfaultfd.c
@@
-860,7
+860,7
@@
static int stress(struct uffd_stats *uffd_stats)
/*
* Be strict and immediately zap area_src, the whole area has
* been transferred already by the background treads. The
- * area_src could then be faulted in
in
a racy way by still
+ * area_src could then be faulted in a racy way by still
* running uffdio_threads reading zeropages after we zapped
* area_src (but they're guaranteed to get -EEXIST from
* UFFDIO_COPY without writing zero pages into area_dst