Browse Source

ARM: prima2: fix a checkpatch issue

WARNING: please, no spaces at the start of a line
42: FILE: common.c:42:
+       "sirf,prima2",$

WARNING: please, no spaces at the start of a line
43: FILE: common.c:43:
+       NULL$

Signed-off-by: Barry Song <Baohua.Song@csr.com>
Barry Song 12 years ago
parent
commit
5a0ec569e8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      arch/arm/mach-prima2/common.c

+ 2 - 2
arch/arm/mach-prima2/common.c

@@ -66,8 +66,8 @@ MACHINE_END
 
 #ifdef CONFIG_ARCH_PRIMA2
 static const char *prima2_dt_match[] __initdata = {
-       "sirf,prima2",
-       NULL
+	"sirf,prima2",
+	NULL
 };
 
 DT_MACHINE_START(PRIMA2_DT, "Generic PRIMA2 (Flattened Device Tree)")