KVM: arm: Use true and false for boolean values
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Wed, 8 Aug 2018 00:04:40 +0000 (19:04 -0500)
committerMarc Zyngier <marc.zyngier@arm.com>
Sun, 12 Aug 2018 11:17:51 +0000 (12:17 +0100)
commit062a585ec21ea478be4826be7ddddb5b3ac49789
tree829a04009d8c88af129ed0626de1c0d9242df42e
parentd0823cb346bc6f685f230bdbec51910a329e3fe3
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>
arch/arm/include/asm/kvm_emulate.h