]> git.baikalelectronics.ru Git - kernel.git/commit
include: mman: use bool instead of int for the return value of arch_validate_prot
authorChen Gang <chengang@emindsoft.com.cn>
Tue, 2 Aug 2016 21:03:42 +0000 (14:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 2 Aug 2016 23:35:02 +0000 (19:35 -0400)
commitdc6dfc433b8f121a86b7b7ef9d48ed0694c2ecd0
tree8d0d2b5fe337c8ff04d3818a74495ce0daae99c9
parentd52ab386e83c193e75c485bfec54b1b3e18e899f
include: mman: use bool instead of int for the return value of arch_validate_prot

For pure bool function's return value, bool is a little better more or
less than int.

Link: http://lkml.kernel.org/r/1469331815-2026-1-git-send-email-chengang@emindsoft.com.cn
Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Acked-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/powerpc/include/asm/mman.h
include/linux/mman.h