mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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>
This commit is contained in:
parent
ce29a148f3
commit
2354edd07b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue