diff options
author | SeongJae Park <sj38.park@gmail.com> | 2017-04-13 19:49:21 -0400 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2017-04-21 13:22:32 -0400 |
commit | ff80d9152fd71c07d4e80eccfa135880c44aef0f (patch) | |
tree | 39e7f91cef080f79a0dcda2591bbc26ba964e10d /tools | |
parent | c6a13fafa85d11282dd88945fe9b60f51b88ef65 (diff) |
selftests/vm/run_vmtests: Fix wrong comment
A comment in `run_vmtests` is wrong because it is saying `128MB + 128MB
== 258MB`. This commit fixes the comment.
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/testing/selftests/vm/run_vmtests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/vm/run_vmtests b/tools/testing/selftests/vm/run_vmtests index 0091bde3f25f..2ed05ad00daa 100755 --- a/tools/testing/selftests/vm/run_vmtests +++ b/tools/testing/selftests/vm/run_vmtests | |||
@@ -106,7 +106,7 @@ fi | |||
106 | echo "---------------------------" | 106 | echo "---------------------------" |
107 | echo "running userfaultfd_hugetlb" | 107 | echo "running userfaultfd_hugetlb" |
108 | echo "---------------------------" | 108 | echo "---------------------------" |
109 | # 258MB total huge pages == 128MB src and 128MB dst | 109 | # 256MB total huge pages == 128MB src and 128MB dst |
110 | ./userfaultfd_hugetlb 128 32 $mnt/ufd_test_file | 110 | ./userfaultfd_hugetlb 128 32 $mnt/ufd_test_file |
111 | if [ $? -ne 0 ]; then | 111 | if [ $? -ne 0 ]; then |
112 | echo "[FAIL]" | 112 | echo "[FAIL]" |