Re: [PATCH v2] include: mman: Use bool instead of int for the return value of arch_validate_prot
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2016-07-25 05:10:16
Also in:
lkml
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2016-07-25 05:10:16
Also in:
lkml
chengang@emindsoft.com.cn writes:
From: Chen Gang <redacted> For pure bool function's return value, bool is a little better more or less than int. Signed-off-by: Chen Gang <redacted> --- arch/powerpc/include/asm/mman.h | 8 ++++---- include/linux/mman.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-)
LGTM. Acked-by: Michael Ellerman <mpe@ellerman.id.au> Andrew do you want to take this or should I? cheers