All of lore.kernel.org
 help / color / mirror / Atom feed
From: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
Subject: [Outreachy kernel] [PATCH 0/5] staging: Use !x in place of NULL comparison
Date: Sun, 31 Mar 2019 23:33:46 +0530	[thread overview]
Message-ID: <cover.1554054896.git.payal.s.kshirsagar.98@gmail.com> (raw)

Challenge suggested by coccinelle.
This patchset:
	-Uses !x in place of NULL comparison.

Payal Kshirsagar (5):
  staging: comedi: use !x in place of NULL comparison
  staging: rtlwifi: use !x in place of NULL comparison
  staging: erofs: super.c: use !x in place of NULL comparison
  staging: erofs: xattr.c: use !x in place of NULL comparison
  staging: erofs: inode.c: use !x in place of NULL comparison

 drivers/staging/comedi/drivers/tests/ni_routes_test.c |  2 +-
 drivers/staging/erofs/inode.c                         |  4 ++--
 drivers/staging/erofs/super.c                         | 14 +++++++-------
 drivers/staging/erofs/xattr.c                         | 10 +++++-----
 drivers/staging/rtlwifi/btcoexist/halbtcoutsrc.c      |  2 +-
 5 files changed, 16 insertions(+), 16 deletions(-)

-- 
2.7.4



             reply	other threads:[~2019-03-31 18:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-31 18:03 Payal Kshirsagar [this message]
2019-03-31 18:03 ` [Outreachy kernel] [PATCH 1/5] staging: comedi: use !x in place of NULL comparison Payal Kshirsagar
2019-03-31 18:03 ` [Outreachy kernel] [PATCH 2/5] staging: rtlwifi: " Payal Kshirsagar
2019-03-31 18:03 ` [Outreachy kernel] [PATCH 3/5] staging: erofs: super.c: " Payal Kshirsagar
2019-04-01 17:22   ` Greg KH
2019-03-31 18:03 ` [Outreachy kernel] [PATCH 4/5] staging: erofs: xattr.c: " Payal Kshirsagar
2019-03-31 18:03 ` [Outreachy kernel] [PATCH 5/5] staging: erofs: inode.c: " Payal Kshirsagar

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.1554054896.git.payal.s.kshirsagar.98@gmail.com \
    --to=payal.s.kshirsagar.98@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.