All of lore.kernel.org
 help / color / mirror / Atom feed
* [Outreachy kernel] [PATCH 0/5] staging: Use !x in place of NULL comparison
@ 2019-03-31 18:03 Payal Kshirsagar
  2019-03-31 18:03 ` [Outreachy kernel] [PATCH 1/5] staging: comedi: use " Payal Kshirsagar
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Payal Kshirsagar @ 2019-03-31 18:03 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Payal Kshirsagar

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-04-01 17:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-31 18:03 [Outreachy kernel] [PATCH 0/5] staging: Use !x in place of NULL comparison Payal Kshirsagar
2019-03-31 18:03 ` [Outreachy kernel] [PATCH 1/5] staging: comedi: use " 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

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.