
13 Oct
2011
13 Oct
'11
5:27 a.m.
On Tuesday 11 October 2011 21:41:19 Joe Hershberger wrote:
--- /dev/null +++ b/.checkpatch.conf
+# Not Linux, so don't expect a Linux tree. +--no-tree
the only things checkpatch.pl uses $tree for, i think we want. like #include asm/foo.h instead of linux/foo.h. why do you want this ?
+# For Linux includes +--ignore ARCH_INCLUDE_LINUX +--ignore INCLUDE_LINUX
i think these checks are good actually. we import headers from Linux all the time ... -mike