]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
selftests/vm/run_vmtests: Fix wrong comment
authorSeongJae Park <sj38.park@gmail.com>
Thu, 13 Apr 2017 23:49:21 +0000 (08:49 +0900)
committerShuah Khan <shuahkh@osg.samsung.com>
Fri, 21 Apr 2017 17:22:32 +0000 (11:22 -0600)
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>
tools/testing/selftests/vm/run_vmtests

index 0091bde3f25f6c15cd574c704135a6176ba82ddf..2ed05ad00daa1d223abeb90a624cb978e4eced29 100755 (executable)
@@ -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]"