]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
WARNING: line over 80 characters
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 26 Jul 2011 10:14:33 +0000 (20:14 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 29 Jul 2011 05:46:01 +0000 (15:46 +1000)
commit0974d71bcd280afd6a982d1beca75a08a222590f
tree4438d304ab46286c5c53c1bc7f21e3e8ee6c046c
parent1596abc28ef440bf0d654c00329047ba04573edd
WARNING: line over 80 characters
#37: FILE: arch/cris/include/asm/thread_info.h:70:
+#define alloc_thread_info_node(tsk, node) ((struct thread_info *) __get_free_pages(GFP_KERNEL,1))

ERROR: space required after that ',' (ctx:VxV)
#37: FILE: arch/cris/include/asm/thread_info.h:70:
+#define alloc_thread_info_node(tsk, node) ((struct thread_info *) __get_free_pages(GFP_KERNEL,1))
                                                                                              ^

total: 1 errors, 1 warnings, 18 lines checked

./patches/cris-fix-a-build-error-in-kernel-forkc.patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

Cc: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/cris/include/asm/thread_info.h