commit | 062a585ec21ea478be4826be7ddddb5b3ac49789 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Tue Aug 07 19:04:40 2018 -0500 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Sun Aug 12 12:17:51 2018 +0100 |
tree | 829a04009d8c88af129ed0626de1c0d9242df42e | |
parent | d0823cb346bc6f685f230bdbec51910a329e3fe3 [diff] |
KVM: arm: Use true and false for boolean values Return statements in functions returning bool should use true or false instead of an integer value. This code was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>