From: Andrew Morton Date: Fri, 28 Sep 2012 00:20:02 +0000 (+1000) Subject: sections-fix-section-conflicts-in-arch-h8300-checkpatch-fixes X-Git-Tag: next-20121003~1^2~193 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e1ac9d91a3439f32fcc1536f349ac4015ba2d32e;p=karo-tx-linux.git 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 --- 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,