From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============6445189654362015254==" MIME-Version: 1.0 From: Denis Kenzior Subject: Re: [PATCH 7/9] gdbus: explicitly compare pointers to NULL Date: Mon, 29 Nov 2010 14:50:58 -0600 Message-ID: <4CF41232.60104@gmail.com> In-Reply-To: <1290886743-24561-7-git-send-email-lucas.demarchi@profusion.mobi> List-Id: To: ofono@ofono.org --===============6445189654362015254== 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 > // > --- > gdbus/object.c | 24 ++++++++++++------------ > gdbus/polkit.c | 2 +- > gdbus/watch.c | 21 ++++++++++----------- > 3 files changed, 23 insertions(+), 24 deletions(-) > = I let Marcel apply this one since it touches multiple projects. Regards, -Denis --===============6445189654362015254==--