All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Removes several pointer comparisons to 0 in queue API
@ 2017-03-15  4:02 Tahia Khan
  2017-03-15  4:03 ` [PATCH 1/3] staging: atomisp: Removes pointer comparison to 0 in ia_css_queue_enqueue Tahia Khan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tahia Khan @ 2017-03-15  4:02 UTC (permalink / raw)
  To: outreachy-kernel, mchehab, gregkh

Replaces pointer comparisons to 0 with NULL in multiple queue 
API methods. Identified using coccinelle script 'badzero.cocci'.

Tahia Khan (3):
  staging: atomisp: Removes pointer comparison to 0 in
    ia_css_queue_enqueue
  staging: atomisp: Removes pointer comparison to 0 in
    ia_css_queue_dequeue
  staging: atomisp: Removes pointer comparison to 0 in
    ia_css_queue_get_size

 .../media/atomisp/pci/atomisp2/css2400/runtime/queue/src/queue.c    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2017-03-15  4:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-15  4:02 [PATCH 0/3] Removes several pointer comparisons to 0 in queue API Tahia Khan
2017-03-15  4:03 ` [PATCH 1/3] staging: atomisp: Removes pointer comparison to 0 in ia_css_queue_enqueue Tahia Khan
2017-03-15  4:03 ` [PATCH 2/3] staging: atomisp: Removes pointer comparison to 0 in ia_css_queue_dequeue Tahia Khan
2017-03-15  4:03 ` [PATCH 3/3] staging: atomisp: Removes pointer comparison to 0 in ia_css_queue_get_size Tahia Khan

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.