All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Staging: Use x instead of x != NULL.
@ 2016-09-19  9:08 Sandhya Bankar
  2016-09-19  9:12 ` [PATCH 1/2] Staging: rts5208: ms: " Sandhya Bankar
  2016-09-19  9:15 ` [PATCH 2/2] Staging: rts5208: rtsx: " Sandhya Bankar
  0 siblings, 2 replies; 3+ messages in thread
From: Sandhya Bankar @ 2016-09-19  9:08 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh

Use x instead of x != NULL. This patch is found by checkpatch.

Sandhya Bankar (2):
  Staging: rts5208: ms: Use x instead of x != NULL.
  Staging: rts5208: rtsx: Use x instead of x != NULL.

 drivers/staging/rts5208/ms.c   |    2 +-
 drivers/staging/rts5208/rtsx.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-19  9:08 [PATCH 0/2] Staging: Use x instead of x != NULL Sandhya Bankar
2016-09-19  9:12 ` [PATCH 1/2] Staging: rts5208: ms: " Sandhya Bankar
2016-09-19  9:15 ` [PATCH 2/2] Staging: rts5208: rtsx: " 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.