From: Tahia Khan <tahia.khan@gmail.com>
To: outreachy-kernel@googlegroups.com, mchehab@kernel.org,
gregkh@linuxfoundation.org
Subject: [PATCH 0/3] Removes several pointer comparisons to 0 in queue API
Date: Wed, 15 Mar 2017 00:02:57 -0400 [thread overview]
Message-ID: <cover.1489549991.git.tahia.khan@gmail.com> (raw)
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
next reply other threads:[~2017-03-15 4:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-15 4:02 Tahia Khan [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1489549991.git.tahia.khan@gmail.com \
--to=tahia.khan@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=mchehab@kernel.org \
--cc=outreachy-kernel@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.