From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: [PATCH 4/9] gisi: explicitly compare pointers to NULL
Date: Mon, 29 Nov 2010 14:49:29 -0600 [thread overview]
Message-ID: <4CF411D9.1080004@gmail.com> (raw)
In-Reply-To: <1290886743-24561-4-git-send-email-lucas.demarchi@profusion.mobi>
[-- Attachment #1: Type: text/plain, Size: 554 bytes --]
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/)
>
> // <smpl>
> @fix disable is_null,isnt_null1@
> expression *E;
> @@
>
> - !E
> + E == NULL
> // </smpl>
> ---
> gisi/client.c | 46 +++++++++++++++++++++++-----------------------
> gisi/iter.c | 2 +-
> gisi/server.c | 6 +++---
> gisi/verify.c | 4 ++--
> 4 files changed, 29 insertions(+), 29 deletions(-)
>
Patch has been applied, thanks.
Regards,
-Denis
next prev parent reply other threads:[~2010-11-29 20:49 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 [this message]
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
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 4/9] gisi: " 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=4CF411D9.1080004@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