All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Staging: rtl8188eu: Remove NULL comparision.
@ 2016-03-19  9:37 Sandhya Bankar
  2016-03-19  9:03 ` [PATCH 1/4] Staging: rtl8188eu: Hal8188ERateAdaptive: Remove NULL comparison Sandhya Bankar
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Sandhya Bankar @ 2016-03-19  9:37 UTC (permalink / raw)
  To: outreachy-kernel

Remove NULL comparision.This patch is found by checkpatch.pl script.
Changes in v2:
*Correcting the heading.

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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-19  9:37 [PATCH v2 0/4] Staging: rtl8188eu: Remove NULL comparision Sandhya Bankar
2016-03-19  9:03 ` [PATCH 1/4] Staging: rtl8188eu: Hal8188ERateAdaptive: Remove NULL comparison Sandhya Bankar
2016-03-19  9:07 ` [PATCH 2/4] Staging: rtl8188eu: hal_intf: Remove NULL comparision Sandhya Bankar
2016-03-19 16:58   ` [Outreachy kernel] [PATCH v2 2/4] Staging: rtl8188eu: Use !x instead of x == NULL Julia Lawall
2016-03-19  9:21 ` [PATCH 3/4] Staging: rtl8188eu: rtl8188e_rxdesc: " Sandhya Bankar
2016-03-19  9:30 ` [PATCH 4/4] Staging: rtl8188eu: usb_halinit: " Sandhya Bankar
2016-03-19 17:00 ` [Outreachy kernel] [PATCH v2 0/4] Staging: rtl8188eu: Remove NULL comparision Julia Lawall

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.