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-26 01:15:45
Also in:
lkml
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2016-07-26 01:15:45
Also in:
lkml
Andrew Morton [off-list ref] writes:
On Mon, 25 Jul 2016 15:10:06 +1000 Michael Ellerman [off-list ref] wrote:quoted
chengang@emindsoft.com.cn writes:quoted
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>LGTM. Acked-by: Michael Ellerman <mpe@ellerman.id.au> Andrew do you want to take this or should I?I grabbed it, thanks.
Thanks.