All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sandhya Bankar <bankarsandhya512@gmail.com>
To: outreachy-kernel@googlegroups.com
Subject: [PATCH v3 0/4] Staging: rtl8188eu: Remove NULL comparision.
Date: Sat, 19 Mar 2016 16:11:06 +0530	[thread overview]
Message-ID: <cover.1458382380.git.bankarsandhya512@gmail.com> (raw)

Remove NULL comparision.This issues is detected by checkpatch.pl script.
changes in v3:
*correcting the heading.

Sandhya Bankar (4):
  Staging: rtl8188eu: Hal8188ERateAdaptive: Use x instead of x != NULL.
  Staging: rtl8188eu: hal_intf: Use x instead of x != NULL.
  Staging: rtl8188eu: rtl8188e_rxdesc: Use !x instead of x == NULL.
  Staging: rtl8188eu: usb_halinit: Use !x instead of x == NULL.

 drivers/staging/rtl8188eu/hal/Hal8188ERateAdaptive.c | 2 +-
 drivers/staging/rtl8188eu/hal/hal_intf.c             | 2 +-
 drivers/staging/rtl8188eu/hal/rtl8188e_rxdesc.c      | 2 +-
 drivers/staging/rtl8188eu/hal/usb_halinit.c          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

-- 
1.8.3.4



             reply	other threads:[~2016-03-19 17:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-19 10:41 Sandhya Bankar [this message]
2016-03-19 10:44 ` [PATCH v3 1/4] Staging: rtl8188eu: Hal8188ERateAdaptive: Use x instead of x != NULL Sandhya Bankar
2016-03-19 10:46 ` [PATCH v3 2/4] Staging: rtl8188eu: hal_intf: " Sandhya Bankar
2016-03-19 10:48 ` [PATCH v3 3/4] Staging: rtl8188eu: rtl8188e_rxdesc: Use !x instead of x == NULL Sandhya Bankar
2016-03-19 10:50 ` [PATCH v3 4/4] Staging: rtl8188eu: usb_halinit: " Sandhya Bankar

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=cover.1458382380.git.bankarsandhya512@gmail.com \
    --to=bankarsandhya512@gmail.com \
    --cc=outreachy-kernel@googlegroups.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.