commit | 9ff6576e124b1227c27c1da43fe5f8ee908263e0 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Tue Jan 23 09:35:29 2018 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jan 25 10:56:02 2018 +0100 |
tree | c47a6cde74b97105d684cebd47c6a3c518750914 | |
parent | aac6830ec1cb681544212838911cdc57f2638216 [diff] |
char: lp: use true or false for boolean values Assign true or false to boolean variables instead of an integer value. This issue was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>