]> git.karo-electronics.de Git - karo-tx-linux.git/commit
slub: use bool function return values of true/false not 1/0
authorJoe Perches <joe@perches.com>
Tue, 7 Apr 2015 23:44:02 +0000 (09:44 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 7 Apr 2015 23:44:02 +0000 (09:44 +1000)
commit3802a30126c92c014d926cf4b26bfd0d1f6968ba
tree2a2fbb38d9d425e7e1bbfe517f3639440da01f64
parent3580066f0bfa2d670fc9f546181e89ad644f5160
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>
mm/slub.c