From: Rasmus Villemoes Date: Sun, 11 Aug 2013 21:05:12 +0000 (+0000) Subject: coccinelle: replace 0/1 with false/true in functions returning bool X-Git-Tag: v3.12-rc1~101^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46b5c9b856e8bcb44d8570cc55c46d19ca2428ff;p=pandora-kernel.git coccinelle: replace 0/1 with false/true in functions returning bool This semantic patch replaces "return {0,1};" with "return {false,true};" in functions returning bool. Signed-off-by: Rasmus Villemoes Acked-by: Julia Lawall Signed-off-by: Michal Marek --- Reading git-diff-tree failed