From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============8469928087520141764==" MIME-Version: 1.0 From: Marcel Holtmann Subject: Re: [PATCH 7/9] gdbus: explicitly compare pointers to NULL Date: Wed, 08 Dec 2010 16:35:26 +0100 Message-ID: <1291822526.4795.179.camel@aeonflux> In-Reply-To: <1290886743-24561-7-git-send-email-lucas.demarchi@profusion.mobi> List-Id: To: ofono@ofono.org --===============8469928087520141764== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi Lucas, > 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 > // > --- > gdbus/object.c | 24 ++++++++++++------------ > gdbus/polkit.c | 2 +- > gdbus/watch.c | 21 ++++++++++----------- > 3 files changed, 23 insertions(+), 24 deletions(-) patch has been applied to all projects. Regards Marcel --===============8469928087520141764==--