From: Zhao Gongyi Date: Mon, 5 Sep 2022 13:36:11 +0000 (+0800) Subject: selftests/cpu-hotplug: Correct log info X-Git-Tag: v6.1-rc5~190^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2354edd07b2336cd3ca9d81791f9411b8fe92d6e;p=platform%2Fkernel%2Flinux-starfive.git selftests/cpu-hotplug: Correct log info Correct the log info to match the test. Signed-off-by: Zhao Gongyi Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/cpu-hotplug/cpu-on-off-test.sh b/tools/testing/selftests/cpu-hotplug/cpu-on-off-test.sh index 0d26b5e..1169ef8 100755 --- a/tools/testing/selftests/cpu-hotplug/cpu-on-off-test.sh +++ b/tools/testing/selftests/cpu-hotplug/cpu-on-off-test.sh @@ -196,7 +196,7 @@ if [ $allcpus -eq 0 ]; then online_cpu_expect_success $online_max if [[ $offline_cpus -gt 0 ]]; then - echo -e "\t offline to online to offline: cpu $present_max" + echo -e "\t online to offline to online: cpu $present_max" online_cpu_expect_success $present_max offline_cpu_expect_success $present_max online_cpu $present_max