]> 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)
commit2297d012454664b7d3e1890b0f2b709c7c39b8b4
tree8d0d2b5fe337c8ff04d3818a74495ce0daae99c9
parent214c7dc79d6da2f0cd3bb3ae30405386400e061e
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