All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Staging: Use !x instead of x == NULL
@ 2016-09-20  8:58 Sandhya Bankar
  2016-09-20  9:01 ` [PATCH 1/4] Staging: rtl8712: rtl8712_efuse: " Sandhya Bankar
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Sandhya Bankar @ 2016-09-20  8:58 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Larry.Finger, florian.c.schilhabel, gregkh

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(-)



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

end of thread, other threads:[~2016-09-20 14:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-20  8:58 [PATCH 0/4] Staging: Use !x instead of x == NULL Sandhya Bankar
2016-09-20  9:01 ` [PATCH 1/4] Staging: rtl8712: rtl8712_efuse: " 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

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.