mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
media: staging: media: zoran: Fixes a checkpatch.pl error in videocodec.c
ERROR: do not initialise statics to NULL Signed-off-by: claudiojpaz <claudiojpaz@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
49dc762cff
commit
3f7f41d706
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user