Open Source Telephony
 help / color / mirror / Atom feed
From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: [PATCH 8/9] plugins: explicitly compare pointers to NULL
Date: Mon, 29 Nov 2010 14:51:17 -0600	[thread overview]
Message-ID: <4CF41245.5040008@gmail.com> (raw)
In-Reply-To: <1290886743-24561-8-git-send-email-lucas.demarchi@profusion.mobi>

[-- Attachment #1: Type: text/plain, Size: 1327 bytes --]

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/)
> 
> // <smpl>
> @fix disable is_null,isnt_null1@
> expression *E;
> @@
> 
> - !E
> + E == NULL
> // </smpl>
> ---
>  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

  reply	other threads:[~2010-11-29 20:51 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-27 19:38 [PATCH 1/9] coding-style: add rule about checking NULL pointer Lucas De Marchi
2010-11-27 19:38 ` [PATCH 2/9] drivers: explicitly compare pointers to NULL Lucas De Marchi
2010-11-29 20:48   ` Denis Kenzior
2010-11-27 19:38 ` [PATCH 3/9] unit: " Lucas De Marchi
2010-11-29 20:49   ` Denis Kenzior
2010-11-27 19:38 ` [PATCH 4/9] gisi: " Lucas De Marchi
2010-11-29 20:49   ` Denis Kenzior
2010-11-27 19:38 ` [PATCH 5/9] examples: " Lucas De Marchi
2010-11-29 20:49   ` Denis Kenzior
2010-11-27 19:39 ` [PATCH 6/9] gatchat: " Lucas De Marchi
2010-11-29 20:50   ` Denis Kenzior
2010-11-27 19:39 ` [PATCH 7/9] gdbus: " Lucas De Marchi
2010-11-29 20:50   ` Denis Kenzior
2010-12-08 15:35   ` Marcel Holtmann
2010-11-27 19:39 ` [PATCH 8/9] plugins: " Lucas De Marchi
2010-11-29 20:51   ` Denis Kenzior [this message]
2010-11-27 19:39 ` [PATCH 9/9] core: " Lucas De Marchi
2010-11-29 20:52   ` Denis Kenzior
2010-11-29 17:49 ` [PATCH 1/9] coding-style: add rule about checking NULL pointer Denis Kenzior
  -- strict thread matches above, loose matches on Subject: below --
2010-11-27 15:38 [PATCH 0/9] coding-style: explicitly compare pointers to NULL Lucas De Marchi
2010-11-27 15:39 ` [PATCH 8/9] plugins: " Lucas De Marchi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CF41245.5040008@gmail.com \
    --to=denkenz@gmail.com \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox