Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Kent Yoder <[email protected]>
- Loading branch information