From: Joe Perches Date: Wed, 3 Jul 2013 22:05:30 +0000 (-0700) Subject: checkpatch: add a --strict test for comparison to true/false X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~17^2~226 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=179f8f40fc3ae7cd49e96b3a7d5182166c36bdab;p=pandora-kernel.git checkpatch: add a --strict test for comparison to true/false Comparing to true or false is error prone. Add tests for the various forms of (foo == true) && (false != bar) that are only reported with --strict. Signed-off-by: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed