diff options
author | Xiang wangx <wangxiang@cdjrlc.com> | 2022-06-10 15:12:44 +0800 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2022-06-27 14:08:13 -0600 |
commit | 3d6c1dfb1f75d856cb6247aab7c2dcca45de5cd4 (patch) | |
tree | 1a3037a2413e8dfd4fb249ab08c0b8fc3b3975b7 /tools/testing/selftests/vm | |
parent | 03c765b0e3b4cb5063276b086c76f7a612856a9a (diff) | |
download | linux-next-3d6c1dfb1f75d856cb6247aab7c2dcca45de5cd4.tar.gz |
userfaultfd/selftests: Fix typo in comment
Delete the redundant word 'in'.
Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/vm')
-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 |