From: Sandhya Bankar <bankarsandhya512@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: Larry.Finger@lwfinger.net, florian.c.schilhabel@googlemail.com,
gregkh@linuxfoundation.org
Subject: [PATCH 0/4] Staging: Use !x instead of x == NULL
Date: Tue, 20 Sep 2016 14:28:25 +0530 [thread overview]
Message-ID: <cover.1474360939.git.bankarsandhya512@gmail.com> (raw)
Use !x instead of x == NULL. This patch was found by checkpatch.
Sandhya Bankar (4):
Staging: rtl8712: rtl8712_efuse: Use !x instead of x == NULL.
Staging: rtl8712: rtl8712_recv: Use !x instead of x == NULL.
Staging: rtl8712: rtl8712_xmit: Use !x instead of x == NULL
Staging: rtl8712: rtl871x_cmd: Use !x instead of x == NULL.
drivers/staging/rtl8712/rtl8712_efuse.c | 2 +-
drivers/staging/rtl8712/rtl8712_recv.c | 12 ++++++------
drivers/staging/rtl8712/rtl8712_xmit.c | 2 +-
drivers/staging/rtl8712/rtl871x_cmd.c | 22 +++++++++++-----------
4 files changed, 19 insertions(+), 19 deletions(-)
next reply other threads:[~2016-09-20 8:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-20 8:58 Sandhya Bankar [this message]
2016-09-20 9:01 ` [PATCH 1/4] Staging: rtl8712: rtl8712_efuse: Use !x instead of x == NULL Sandhya Bankar
2016-09-20 9:04 ` [PATCH 2/4] Staging: rtl8712: rtl8712_recv: " Sandhya Bankar
2016-09-20 14:44 ` [Outreachy kernel] " Julia Lawall
2016-09-20 9:06 ` [PATCH 3/4] Staging: rtl8712: rtl8712_xmit: " Sandhya Bankar
2016-09-20 9:07 ` [PATCH 4/4] Staging: rtl8712: rtl871x_cmd: " 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.1474360939.git.bankarsandhya512@gmail.com \
--to=bankarsandhya512@gmail.com \
--cc=Larry.Finger@lwfinger.net \
--cc=florian.c.schilhabel@googlemail.com \
--cc=gregkh@linuxfoundation.org \
--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.