diff options
author | Barry Song <Baohua.Song@csr.com> | 2013-03-05 11:00:43 +0800 |
---|---|---|
committer | Barry Song <Baohua.Song@csr.com> | 2013-06-03 13:51:01 +0800 |
commit | 5a0ec569e8c725874ef2a894d795fc9a462865d8 (patch) | |
tree | 30a1ffe4488f2f7f4b5052b65d745e2093180593 /arch/arm/mach-prima2 | |
parent | 28b27d88eeec1b221cd4faa6b5144f57372f0cbe (diff) |
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>
Diffstat (limited to 'arch/arm/mach-prima2')
-rw-r--r-- | arch/arm/mach-prima2/common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-prima2/common.c b/arch/arm/mach-prima2/common.c index 4f94cd87972a..e95ebef603a7 100644 --- a/arch/arm/mach-prima2/common.c +++ b/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)") |