From 3c842e54808f07dae430b49101a6167d1a147c5a Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Fri, 28 Sep 2012 10:20:02 +1000 Subject: [PATCH] sections-fix-section-conflicts-in-arch-h8300-checkpatch-fixes ERROR: spaces required around that '=' (ctx:VxV) #105: FILE: arch/h8300/platform/h8s/irq.c:21: +const int __initconst h8300_saved_vectors[]={ ^ total: 1 errors, 0 warnings, 71 lines checked ./patches/sections-fix-section-conflicts-in-arch-h8300.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Andi Kleen Cc: Yoshinori Sato Signed-off-by: Andrew Morton --- arch/h8300/platform/h8s/irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/h8300/platform/h8s/irq.c b/arch/h8300/platform/h8s/irq.c index cdf280c20915..f3a5511c16b1 100644 --- a/arch/h8300/platform/h8s/irq.c +++ b/arch/h8300/platform/h8s/irq.c @@ -18,7 +18,7 @@ #include /* saved vector list */ -const int __initconst h8300_saved_vectors[]={ +const int __initconst h8300_saved_vectors[] = { #if defined(CONFIG_GDB_DEBUG) TRACE_VEC, TRAP3_VEC, -- 2.39.5