aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests
diff options
context:
space:
mode:
authorGravatar Xiang wangx <wangxiang@cdjrlc.com> 2022-06-10 15:12:44 +0800
committerGravatar Shuah Khan <skhan@linuxfoundation.org> 2022-06-27 14:08:13 -0600
commit3d6c1dfb1f75d856cb6247aab7c2dcca45de5cd4 (patch)
tree1a3037a2413e8dfd4fb249ab08c0b8fc3b3975b7 /tools/testing/selftests
parentLinux 5.19-rc4 (diff)
downloadlinux-3d6c1dfb1f75d856cb6247aab7c2dcca45de5cd4.tar.gz
linux-3d6c1dfb1f75d856cb6247aab7c2dcca45de5cd4.tar.bz2
linux-3d6c1dfb1f75d856cb6247aab7c2dcca45de5cd4.zip
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')
-rw-r--r--tools/testing/selftests/vm/userfaultfd.c2
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