]> 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>
Tue, 2 Aug 2011 05:14:15 +0000 (15:14 +1000)
commit26e8d169e43aaceae3c6eae272f33a53307bcf6e
tree876e6900629f5a7650d69358bae596e457a571fc
parentd2844018162dbdf606027736097a8a34223afe47
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