From: claudiojpaz <claudiojpaz@gmail.com>
To: mchehab@kernel.org, linux-media@vger.kernel.org
Cc: claudiojpaz <claudiojpaz@gmail.com>
Subject: [PATCH] staging: media: zoran: Fixes a checkpatch.pl error in videocodec.c
Date: Sat, 9 Mar 2019 14:50:00 -0300 [thread overview]
Message-ID: <20190309175000.14685-1-claudiojpaz@gmail.com> (raw)
ERROR: do not initialise statics to NULL
Signed-off-by: claudiojpaz <claudiojpaz@gmail.com>
---
drivers/staging/media/zoran/videocodec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/media/zoran/videocodec.c b/drivers/staging/media/zoran/videocodec.c
index 4427ae7126e2..044ef8455ba8 100644
--- a/drivers/staging/media/zoran/videocodec.c
+++ b/drivers/staging/media/zoran/videocodec.c
@@ -63,7 +63,7 @@ struct codec_list {
struct codec_list *next;
};
-static struct codec_list *codeclist_top = NULL;
+static struct codec_list *codeclist_top;
/* ================================================= */
/* function prototypes of the master/slave interface */
--
2.20.1
reply other threads:[~2019-03-09 17:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20190309175000.14685-1-claudiojpaz@gmail.com \
--to=claudiojpaz@gmail.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox