From: Joe Perches Date: Fri, 23 Mar 2012 22:02:16 +0000 (-0700) Subject: checkpatch: add some --strict coding style checks X-Git-Tag: v3.4-rc1~109^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1fe9c099cecc6e49324355f1b15573e9dbbe0f9;p=pandora-kernel.git checkpatch: add some --strict coding style checks Argument alignment across multiple lines should match the open parenthesis. Logical continuations should be at the end of the previous line, not the start of a new line. These are not required by CodingStyle so make the tests active only when using --strict. Improved by some examples from Bruce Allen. Signed-off-by: Joe Perches Cc: "Bruce W. Allen" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed