[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250823170208.184149-1-allyheev@gmail.com>
Date: Sat, 23 Aug 2025 22:32:08 +0530
From: ally heev <allyheev@...il.com>
To: skhan@...uxfoundation.org,
akpm@...ux-foundation.org,
david@...hat.com,
shuah@...nel.org
Cc: ally heev <allyheev@...il.com>,
linux-mm@...ck.org,
linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] kselftest: mm: fix typos in test_vmalloc.sh
Signed-off-by: ally heev <allyheev@...il.com>
---
tools/testing/selftests/mm/test_vmalloc.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/testing/selftests/mm/test_vmalloc.sh b/tools/testing/selftests/mm/test_vmalloc.sh
index d73b846736f1..d39096723fca 100755
--- a/tools/testing/selftests/mm/test_vmalloc.sh
+++ b/tools/testing/selftests/mm/test_vmalloc.sh
@@ -47,14 +47,14 @@ check_test_requirements()
fi
}
-run_perfformance_check()
+run_performance_check()
{
echo "Run performance tests to evaluate how fast vmalloc allocation is."
echo "It runs all test cases on one single CPU with sequential order."
modprobe $DRIVER $PERF_PARAM > /dev/null 2>&1
echo "Done."
- echo "Ccheck the kernel message buffer to see the summary."
+ echo "Check the kernel message buffer to see the summary."
}
run_stability_check()
@@ -160,7 +160,7 @@ function run_test()
usage
else
if [[ "$1" = "performance" ]]; then
- run_perfformance_check
+ run_performance_check
elif [[ "$1" = "stress" ]]; then
run_stability_check
elif [[ "$1" = "smoke" ]]; then
--
2.34.1
Powered by blists - more mailing lists