From: Peter Huewe Date: Thu, 29 Nov 2012 21:08:41 +0000 (+0100) Subject: char/tpm: Use true and false for bools X-Git-Tag: v3.9-rc1~137^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73249695f0cb10bb9fc8b294f3f8c4b001889e42;p=pandora-kernel.git char/tpm: Use true and false for bools Bool initializations should use true and false. Bool tests don't need comparisons. Based on contributions from Joe Perches, Rusty Russell and Bruce W Allan. The semantic patch that makes this output is available in scripts/coccinelle/misc/boolinit.cocci. More information about semantic patching is available at http://coccinelle.lip6.fr/ Signed-off-by: Peter Huewe Signed-off-by: Kent Yoder --- Reading git-diff-tree failed