diff options
author | Xiang wangx <wangxiang@cdjrlc.com> | 2022-06-10 10:12:44 +0300 |
---|---|---|
committer | akpm <akpm@linux-foundation.org> | 2022-06-17 05:48:31 +0300 |
commit | c5de43634c572b0cec0b32eecf24a17c649711c1 (patch) | |
tree | 5969081af9089e1c6e280fc34cebe0a70567ad71 /tools/testing/selftests/vm/userfaultfd.c | |
parent | 1d0403d20f6c281cb3d14c5f1db5317caeec48e9 (diff) | |
download | linux-c5de43634c572b0cec0b32eecf24a17c649711c1.tar.xz |
userfaultfd/selftests: fix typo in comment
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>
Diffstat (limited to 'tools/testing/selftests/vm/userfaultfd.c')
-rw-r--r-- | tools/testing/selftests/vm/userfaultfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/vm/userfaultfd.c b/tools/testing/selftests/vm/userfaultfd.c index 0bdfc1955229..4bc24581760d 100644 --- 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 |