]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commit949bed2f5764435715e3d6dd3ab6dd4dbd890a71
tree8d0d2b5fe337c8ff04d3818a74495ce0daae99c9
parentbd804ba12525c13a096f64f305a169c654a706e7
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