commit | 46b5c9b856e8bcb44d8570cc55c46d19ca2428ff | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Sun Aug 11 21:05:12 2013 +0000 |
committer | Michal Marek <mmarek@suse.cz> | Tue Aug 13 22:43:41 2013 +0200 |
tree | 32f76c8658a3c855d48f9313f98a2636df9c67f9 | |
parent | c95182bf9bd2df55739b187df8e972cb6cbee895 [diff] |
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 <linux@rasmusvillemoes.dk> Acked-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Michal Marek <mmarek@suse.cz>