All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Staging: rtl8188eu: Remove NULL comparision.
@ 2016-03-19 10:41 Sandhya Bankar
  2016-03-19 10:44 ` [PATCH v3 1/4] Staging: rtl8188eu: Hal8188ERateAdaptive: Use x instead of x != NULL Sandhya Bankar
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sandhya Bankar @ 2016-03-19 10:41 UTC (permalink / raw)
  To: outreachy-kernel

Remove NULL comparision.This issues is detected by checkpatch.pl script.
changes in v3:
*correcting the heading.

Sandhya Bankar (4):
  Staging: rtl8188eu: Hal8188ERateAdaptive: Use x instead of x != NULL.
  Staging: rtl8188eu: hal_intf: Use x instead of x != NULL.
  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] 5+ messages in thread

end of thread, other threads:[~2016-03-19 17:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-19 10:41 [PATCH v3 0/4] Staging: rtl8188eu: Remove NULL comparision Sandhya Bankar
2016-03-19 10:44 ` [PATCH v3 1/4] Staging: rtl8188eu: Hal8188ERateAdaptive: Use x instead of x != NULL Sandhya Bankar
2016-03-19 10:46 ` [PATCH v3 2/4] Staging: rtl8188eu: hal_intf: " Sandhya Bankar
2016-03-19 10:48 ` [PATCH v3 3/4] Staging: rtl8188eu: rtl8188e_rxdesc: Use !x instead of x == NULL Sandhya Bankar
2016-03-19 10:50 ` [PATCH v3 4/4] Staging: rtl8188eu: usb_halinit: " 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.