Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kselftest: mm: fix typos in test_vmalloc.sh

Fix simple typos in function name and console message.

Link: https://lkml.kernel.org/r/20250823170208.184149-1-allyheev@gmail.com
Signed-off-by: ally heev <allyheev@gmail.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

ally heev and committed by
Andrew Morton
940b1be2 32960f75

+3 -3
+3 -3
tools/testing/selftests/mm/test_vmalloc.sh
··· 47 47 fi 48 48 } 49 49 50 - run_perfformance_check() 50 + run_performance_check() 51 51 { 52 52 echo "Run performance tests to evaluate how fast vmalloc allocation is." 53 53 echo "It runs all test cases on one single CPU with sequential order." 54 54 55 55 modprobe $DRIVER $PERF_PARAM > /dev/null 2>&1 56 56 echo "Done." 57 - echo "Ccheck the kernel message buffer to see the summary." 57 + echo "Check the kernel message buffer to see the summary." 58 58 } 59 59 60 60 run_stability_check() ··· 160 160 usage 161 161 else 162 162 if [[ "$1" = "performance" ]]; then 163 - run_perfformance_check 163 + run_performance_check 164 164 elif [[ "$1" = "stress" ]]; then 165 165 run_stability_check 166 166 elif [[ "$1" = "smoke" ]]; then