All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Staging: rtl8188eu: Remove NULL comparision.
@ 2016-03-19  9:01 Sandhya Bankar
  0 siblings, 0 replies; only message in thread
From: Sandhya Bankar @ 2016-03-19  9:01 UTC (permalink / raw)
  To: outreachy-kernel

Remove NULL comparision.This patch is found by checkpatch.pl script.

Sandhya Bankar (4): 
  Staging: rtl8188eu: Hal8188ERateAdaptive: Remove NULL comparision.
  Staging: rtl8188eu: hal_intf: Remove NULL comparision.
  Staging: rtl8188eu: rtl8188e_rxdesc: Use !x instead of x == NULL. 
  Staging: rtl8188eu: usb_halinit: Use !x instead of x == NULL.

 drivers/staging/rtl8188eu/hal/Hal8188ERateAdaptive.c | 2 +-
 drivers/staging/rtl8188eu/hal/hal_intf.c             | 2 +-
 drivers/staging/rtl8188eu/hal/rtl8188e_rxdesc.c      | 2 +-
 drivers/staging/rtl8188eu/hal/usb_halinit.c          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

-- 
1.8.3.4



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-03-19 16:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-19  9:01 [PATCH 0/4] Staging: rtl8188eu: Remove NULL comparision 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.