From: Fengguang Wu Date: Thu, 23 Jan 2014 23:53:41 +0000 (-0800) Subject: mm/rmap: fix coccinelle warnings X-Git-Tag: v3.14-rc1~108^2~150 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=871beb8c313ab270242022d314e37db5044e2bab;p=pandora-kernel.git mm/rmap: fix coccinelle warnings mm/rmap.c:851:9-10: WARNING: return of 0/1 in function 'invalid_mkclean_vma' with return type bool Return statements in functions returning bool should use true/false instead of 1/0. Generated by: coccinelle/misc/boolreturn.cocci Signed-off-by: Fengguang Wu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed