From: Cyril H. <ch...@su...> - 2015-09-08 12:31:16
|
Hi! > diff --git a/testcases/kernel/hotplug/cpu_hotplug/include/cpuhotplug_hotplug.sh b/testcases/kernel/hotplug/cpu_hotplug/include/cpuhotplug_hotplug.sh > index 6920393..48bd814 100644 > --- a/testcases/kernel/hotplug/cpu_hotplug/include/cpuhotplug_hotplug.sh > +++ b/testcases/kernel/hotplug/cpu_hotplug/include/cpuhotplug_hotplug.sh > @@ -169,7 +169,7 @@ get_present_cpus() > # > get_present_cpus_num() > { > - return $(get_present_cpus | wc -w) > + echo $(get_present_cpus | wc -w) I've changed the tab here back to four spaces since rest of the file uses four spaces for indentation and pushed, thanks. -- Cyril Hrubis ch...@su... |