All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove Explicit NULL Comparison
@ 2015-10-07  5:23 Amitoj Kaur Chawla
  2015-10-07  5:26 ` [PATCH 1/2] staging: rtl8712: Remove NULL comparison Amitoj Kaur Chawla
  2015-10-07  5:28 ` [PATCH 2/2] " Amitoj Kaur Chawla
  0 siblings, 2 replies; 7+ messages in thread
From: Amitoj Kaur Chawla @ 2015-10-07  5:23 UTC (permalink / raw)
  To: outreachy-kernel

This patchset removes null comparison by using '!' operator. Problems found
using checkpatch.pl

Amitoj Kaur Chawla (2):
  staging: rtl8712: Remove NULL comparison
  staging: rtl8712: Remove NULL comparison

 drivers/staging/rtl8712/hal_init.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2015-10-09 19:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-07  5:23 [PATCH 0/2] Remove Explicit NULL Comparison Amitoj Kaur Chawla
2015-10-07  5:26 ` [PATCH 1/2] staging: rtl8712: Remove NULL comparison Amitoj Kaur Chawla
2015-10-07  5:28 ` [PATCH 2/2] " Amitoj Kaur Chawla
2015-10-08  7:11   ` [Outreachy kernel] " Julia Lawall
2015-10-09 18:59     ` Amitoj Kaur Chawla
2015-10-09 19:37       ` Julia Lawall
2015-10-09 19:42         ` Amitoj Kaur Chawla

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.