Re: [PATCH v2] include: mman: Use bool instead of int for the return value of arch_validate_prot

From: Andrew Morton
Date: Mon Jul 25 2016 - 20:09:08 EST


On Mon, 25 Jul 2016 15:10:06 +1000 Michael Ellerman <mpe@xxxxxxxxxxxxxx> wrote:

> chengang@xxxxxxxxxxxxxxxx writes:
>
> > From: Chen Gang <chengang@xxxxxxxxxxxxxxxx>
> >
> > For pure bool function's return value, bool is a little better more or
> > less than int.
> >
> > Signed-off-by: Chen Gang <gang.chen.5i5j@xxxxxxxxx>
> > ---
> > 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@xxxxxxxxxxxxxx>
>
> Andrew do you want to take this or should I?

I grabbed it, thanks.