From: SeongJae Park Date: Thu, 13 Apr 2017 23:49:21 +0000 (+0900) Subject: selftests/vm/run_vmtests: Fix wrong comment X-Git-Tag: v4.12-rc1~62^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff80d9152fd71c07d4e80eccfa135880c44aef0f;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/vm/run_vmtests b/tools/testing/selftests/vm/run_vmtests index 0091bde3f25f6..2ed05ad00daa1 100755 --- a/tools/testing/selftests/vm/run_vmtests +++ b/tools/testing/selftests/vm/run_vmtests @@ -106,7 +106,7 @@ fi echo "---------------------------" echo "running userfaultfd_hugetlb" echo "---------------------------" -# 258MB total huge pages == 128MB src and 128MB dst +# 256MB total huge pages == 128MB src and 128MB dst ./userfaultfd_hugetlb 128 32 $mnt/ufd_test_file if [ $? -ne 0 ]; then echo "[FAIL]"