]> git.baikalelectronics.ru Git - kernel.git/commit
slub: use bool function return values of true/false not 1/0
authorJoe Perches <joe@perches.com>
Tue, 14 Apr 2015 22:44:31 +0000 (15:44 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Apr 2015 23:48:59 +0000 (16:48 -0700)
commit7a18cb9a0785bf3595261b6152120ab191b13d7b
tree75d228d6e6529d570b8357f02440c7add33dc174
parent82bf21f5d122098fcd8a8ea0804731eb65d55a79
slub: use bool function return values of true/false not 1/0

Use the normal return values for bool functions

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Christoph Lameter <cl@linux.com>
Cc: Pekka Enberg <penberg@kernel.org>
Acked-by: David Rientjes <rientjes@google.com>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/slub.c