[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <520A9ACE.7080809@suse.cz>
Date: Tue, 13 Aug 2013 22:45:02 +0200
From: Michal Marek <mmarek@...e.cz>
To: Rasmus Villemoes <linux@...musvillemoes.dk>
Cc: Julia Lawall <Julia.Lawall@...6.fr>, linux-kernel@...r.kernel.org,
cocci@...teme.lip6.fr
Subject: Re: [PATCH v3] coccinelle: replace 0/1 with false/true in functions
returning bool
Dne 11.8.2013 23:05, Rasmus Villemoes napsal(a):
> This semantic patch replaces "return {0,1};" with "return
> {false,true};" in functions returning bool.
>
> Signed-off-by: Rasmus Villemoes <linux@...musvillemoes.dk>
> ---
> v2: Simplified script, and eliminate whitespace mangling at the same
> time. Thanks to Julia Lawall.
>
> v3: Further improvements from Julia. In particular, it now also does
> header files.
Applied to kbuild.git#misc.
Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists