Re: [PATCH 6/9] gatchat: explicitly compare pointers to NULL

2010-11-29 Thread Denis Kenzior
Hi Lucas, On 11/27/2010 01:39 PM, Lucas De Marchi wrote: This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // smpl @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // /smpl --- gatchat/gatchat.c | 46

[PATCH 6/9] gatchat: explicitly compare pointers to NULL

2010-11-27 Thread Lucas De Marchi
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // smpl @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // /smpl --- gatchat/gatchat.c | 46 +++--- gatchat/gathdlc.c |8

[PATCH 6/9] gatchat: explicitly compare pointers to NULL

2010-11-27 Thread Lucas De Marchi
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // smpl @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // /smpl --- gatchat/gatchat.c | 46 +++--- gatchat/gathdlc.c |8