Re: [PATCH v2] Coccinelle: Add misc/boolconv.cocci

2016-12-10 Thread Michal Marek
On Mon, Oct 17, 2016 at 11:52:24AM -0500, Andrew F. Davis wrote: > Add a script to check for unneeded conversions to bool. > > Signed-off-by: Andrew F. Davis > Acked-by: Julia Lawall Applied to kbuild.git#misc, thanks. Michal

Re: [PATCH v2] Coccinelle: Add misc/boolconv.cocci

2016-12-10 Thread Michal Marek
On Mon, Oct 17, 2016 at 11:52:24AM -0500, Andrew F. Davis wrote: > Add a script to check for unneeded conversions to bool. > > Signed-off-by: Andrew F. Davis > Acked-by: Julia Lawall Applied to kbuild.git#misc, thanks. Michal

Re: [PATCH v2] Coccinelle: Add misc/boolconv.cocci

2016-10-17 Thread Andrew F. Davis
On 10/17/2016 03:54 PM, Julia Lawall wrote: > On Mon, 17 Oct 2016, Andrew F. Davis wrote: > >> Add a script to check for unneeded conversions to bool. > > What changed since the previous version? > Nothing, just a resend, forgot to label it as such. Andrew > julia > > >> >> Signed-off-by:

Re: [PATCH v2] Coccinelle: Add misc/boolconv.cocci

2016-10-17 Thread Andrew F. Davis
On 10/17/2016 03:54 PM, Julia Lawall wrote: > On Mon, 17 Oct 2016, Andrew F. Davis wrote: > >> Add a script to check for unneeded conversions to bool. > > What changed since the previous version? > Nothing, just a resend, forgot to label it as such. Andrew > julia > > >> >> Signed-off-by:

Re: [PATCH v2] Coccinelle: Add misc/boolconv.cocci

2016-10-17 Thread Julia Lawall
On Mon, 17 Oct 2016, Andrew F. Davis wrote: > Add a script to check for unneeded conversions to bool. What changed since the previous version? julia > > Signed-off-by: Andrew F. Davis > Acked-by: Julia Lawall > --- > scripts/coccinelle/misc/boolconv.cocci

Re: [PATCH v2] Coccinelle: Add misc/boolconv.cocci

2016-10-17 Thread Julia Lawall
On Mon, 17 Oct 2016, Andrew F. Davis wrote: > Add a script to check for unneeded conversions to bool. What changed since the previous version? julia > > Signed-off-by: Andrew F. Davis > Acked-by: Julia Lawall > --- > scripts/coccinelle/misc/boolconv.cocci | 90 >