git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c95182b
)
coccinelle: replace 0/1 with false/true in functions returning bool
author
Rasmus Villemoes
<linux@rasmusvillemoes.dk>
Sun, 11 Aug 2013 21:05:12 +0000
(21:05 +0000)
committer
Michal Marek
<mmarek@suse.cz>
Tue, 13 Aug 2013 20:43:41 +0000
(22:43 +0200)
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>
No differences found