From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============8314355326557341468==" MIME-Version: 1.0 From: Denis Kenzior Subject: Re: [PATCH 5/9] examples: explicitly compare pointers to NULL Date: Mon, 29 Nov 2010 14:49:51 -0600 Message-ID: <4CF411EF.5050807@gmail.com> In-Reply-To: <1290886743-24561-5-git-send-email-lucas.demarchi@profusion.mobi> List-Id: To: ofono@ofono.org --===============8314355326557341468== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi Lucas, On 11/27/2010 01:38 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 > // > --- > examples/nettime.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > = Patch has been applied, thanks. Regards, -Denis --===============8314355326557341468==--