Skip to content
Commit 15eb1b6a authored by Bo Liu's avatar Bo Liu Committed by Michael Ellerman
Browse files

KVM: PPC: Book3S HV: Use consistent type for return value of kvm_age_rmapp()



The return value type defined in the function kvm_age_rmapp() is
"bool", but the return value type defined in the implementation of the
function kvm_age_rmapp() is "int".

Change the return value type to "bool".

Signed-off-by: default avatarBo Liu <liubo03@inspur.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220401065252.36472-1-liubo03@inspur.com
parent 300981ab
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment