From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============2629967910084942940==" MIME-Version: 1.0 From: Denis Kenzior Subject: Re: [PATCH 6/9] gatchat: explicitly compare pointers to NULL Date: Mon, 29 Nov 2010 14:50:17 -0600 Message-ID: <4CF41209.9040603@gmail.com> In-Reply-To: <1290886743-24561-6-git-send-email-lucas.demarchi@profusion.mobi> List-Id: To: ofono@ofono.org --===============2629967910084942940== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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/) > = > // > @fix disable is_null,isnt_null1@ > expression *E; > @@ > = > - !E > + E =3D=3D NULL > // > --- > gatchat/gatchat.c | 46 +++++++++++++++++++++++--------------------= --- > gatchat/gathdlc.c | 8 ++++---- > gatchat/gatio.c | 4 ++-- > gatchat/gatmux.c | 6 +++--- > gatchat/gatppp.c | 4 ++-- > gatchat/gatresult.c | 44 ++++++++++++++++++++++---------------------- > gatchat/gatserver.c | 16 ++++++++-------- > gatchat/gatutil.c | 6 +++--- > gatchat/gsmdial.c | 2 +- > gatchat/ppp_auth.c | 6 +++--- > gatchat/ppp_cp.c | 4 ++-- > gatchat/ppp_ipcp.c | 4 ++-- > gatchat/ppp_lcp.c | 6 +++--- > gatchat/ringbuffer.c | 14 +++++++------- > gatchat/test-qcdm.c | 6 +++--- > gatchat/test-server.c | 18 +++++++++--------- > 16 files changed, 97 insertions(+), 97 deletions(-) > = Patch has been applied, thanks. Regards, -Denis --===============2629967910084942940==--