ARM: prima2: platsmp: fix checkpatch issues
authorBarry Song <Baohua.Song@csr.com>
Tue, 18 Feb 2014 06:46:28 +0000 (14:46 +0800)
committerBarry Song <Baohua.Song@csr.com>
Wed, 5 Mar 2014 02:21:20 +0000 (10:21 +0800)
commit661bfe23a16dec9ce64a5eb9ed3b4702d536cda7
treec4e52ed3b1372f43d6303d56efb2bc5f471cdf51
parentc2ed0f3615116654bfa181566dc6a1cdec1f05c3
ARM: prima2: platsmp: fix checkpatch issues

fix the below checkpatch issues:
ERROR: code indent should use tabs where possible
141: FILE: platsmp.c:141:
+        .smp_prepare_cpus       = sirfsoc_smp_prepare_cpus,$

WARNING: please, no spaces at the start of a line
141: FILE: platsmp.c:141:
+        .smp_prepare_cpus       = sirfsoc_smp_prepare_cpus,$

ERROR: code indent should use tabs where possible
142: FILE: platsmp.c:142:
+        .smp_secondary_init     = sirfsoc_secondary_init,$

WARNING: please, no spaces at the start of a line
142: FILE: platsmp.c:142:
+        .smp_secondary_init     = sirfsoc_secondary_init,$

ERROR: code indent should use tabs where possible
143: FILE: platsmp.c:143:
+        .smp_boot_secondary     = sirfsoc_boot_secondary,$

WARNING: please, no spaces at the start of a line
143: FILE: platsmp.c:143:
+        .smp_boot_secondary     = sirfsoc_boot_secondary,$

Signed-off-by: Barry Song <Baohua.Song@csr.com>
arch/arm/mach-prima2/platsmp.c