projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28b27d8
)
ARM: prima2: fix a checkpatch issue
author
Barry Song
<Baohua.Song@csr.com>
Tue, 5 Mar 2013 03:00:43 +0000
(11:00 +0800)
committer
Barry Song
<Baohua.Song@csr.com>
Mon, 3 Jun 2013 05:51:01 +0000
(13:51 +0800)
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>
arch/arm/mach-prima2/common.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-prima2/common.c
b/arch/arm/mach-prima2/common.c
index 4f94cd87972a2f5eed81ad467c66fd78f914f481..e95ebef603a71489a2fc7dced7eaffd2e2efbf12 100644
(file)
--- 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)")