diff options
author | Zhao Gongyi <zhaogongyi@huawei.com> | 2022-09-05 15:36:11 +0200 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2022-10-05 19:05:18 +0200 |
commit | 2354edd07b2336cd3ca9d81791f9411b8fe92d6e (patch) | |
tree | efd8c697ddfe60c4b9c6278f54b0a59884f72a3d /tools/testing/selftests/cpu-hotplug | |
parent | cpufreq: amd-pstate: modify type in argument 2 for filp_open (diff) | |
download | linux-2354edd07b2336cd3ca9d81791f9411b8fe92d6e.tar.xz linux-2354edd07b2336cd3ca9d81791f9411b8fe92d6e.zip |
selftests/cpu-hotplug: Correct log info
Correct the log info to match the test.
Signed-off-by: Zhao Gongyi <zhaogongyi@huawei.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/cpu-hotplug')
-rwxr-xr-x | tools/testing/selftests/cpu-hotplug/cpu-on-off-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 0d26b5e3f966..1169ef82b55e 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 |