[LTP] [PATCH 2/2] cpuhotplug_hotplug.sh: do/done should be left-aligned

Cyril Hrubis chrubis@suse.cz
Wed Sep 30 14:18:58 CEST 2015


Hi!
> diff --git a/testcases/kernel/hotplug/cpu_hotplug/include/cpuhotplug_hotplug.sh b/testcases/kernel/hotplug/cpu_hotplug/include/cpuhotplug_hotplug.sh
> index d9cf965..ad8675a 100644
> --- a/testcases/kernel/hotplug/cpu_hotplug/include/cpuhotplug_hotplug.sh
> +++ b/testcases/kernel/hotplug/cpu_hotplug/include/cpuhotplug_hotplug.sh
> @@ -28,7 +28,7 @@ migrate_irq()
>      MASK=$((1<<${CPU}))
>      IRQS=$2
>      for irq in ${IRQS}
> -      do
> +    do

The rest of the file has for cycles with semicolon and do on the same
line. Let's be consistent and change this one to the same style as well.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the Ltp mailing list