commit | 73249695f0cb10bb9fc8b294f3f8c4b001889e42 | [log] [tgz] |
---|---|---|
author | Peter Huewe <peterhuewe@gmx.de> | Thu Nov 29 22:08:41 2012 +0100 |
committer | Kent Yoder <key@linux.vnet.ibm.com> | Tue Feb 05 09:38:22 2013 -0600 |
tree | e674bcf6bfac8d5dacb57b5131c7670d9c742c59 | |
parent | 348df8db301d9fa01fb51e5eaca1e9f3b27bd4c8 [diff] |
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 <peterhuewe@gmx.de> Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>