From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============8222751723373915766==" MIME-Version: 1.0 From: Denis Kenzior Subject: Re: [PATCH 8/9] plugins: explicitly compare pointers to NULL Date: Mon, 29 Nov 2010 14:51:17 -0600 Message-ID: <4CF41245.5040008@gmail.com> In-Reply-To: <1290886743-24561-8-git-send-email-lucas.demarchi@profusion.mobi> List-Id: To: ofono@ofono.org --===============8222751723373915766== 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 > // > --- > plugins/bluetooth.c | 6 +++--- > plugins/calypso.c | 4 ++-- > plugins/hfp.c | 20 ++++++++++---------- > plugins/hso.c | 12 ++++++------ > plugins/huawei.c | 10 +++++----- > plugins/ifx.c | 24 ++++++++++++------------ > plugins/isigen.c | 10 +++++----- > plugins/mbm.c | 12 ++++++------ > plugins/n900.c | 6 +++--- > plugins/nokia-gpio.c | 6 +++--- > plugins/nokia.c | 10 +++++----- > plugins/novatel.c | 22 +++++++++++----------- > plugins/palmpre.c | 10 +++++----- > plugins/phonesim.c | 22 +++++++++++----------- > plugins/smart-messaging.c | 4 ++-- > plugins/ste.c | 12 ++++++------ > plugins/udev.c | 4 ++-- > plugins/wavecom.c | 8 ++++---- > plugins/zte.c | 12 ++++++------ > 19 files changed, 107 insertions(+), 107 deletions(-) Patch has been applied, thanks. Regards, -Denis --===============8222751723373915766==--