Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff80d915 authored by SeongJae Park's avatar SeongJae Park Committed by Shuah Khan
Browse files

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: default avatarSeongJae Park <sj38.park@gmail.com>
Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
parent c6a13faf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]"