[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b470e011-a21e-f333-6650-5c025906d63e@xs4all.nl>
Date: Mon, 25 Jan 2021 12:26:54 +0100
From: Hans Verkuil <hverkuil@...all.nl>
To: chiguoqing <chi962464zy@....com>, mchehab@...nel.org
Cc: linux-media@...r.kernel.org, linux-kernel@...r.kernel.org,
zhangwen@...ong.com
Subject: Re: [PATCH] media: vidtv: remove redundant quote
On 19/01/2021 02:09, chiguoqing wrote:
> Repeated references string.h
>
> Signed-off-by: Wen Zhang <zhangwen@...ong.com>
checkpatch gives me:
ERROR: Missing Signed-off-by: line by nominal patch author 'chiguoqing <chi962464zy@....com>'
Can you fix this?
Regards,
Hans
> ---
> drivers/media/test-drivers/vidtv/vidtv_psi.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/media/test-drivers/vidtv/vidtv_psi.c b/drivers/media/test-drivers/vidtv/vidtv_psi.c
> index 4511a2a98405..8ff27d26c343 100644
> --- a/drivers/media/test-drivers/vidtv/vidtv_psi.c
> +++ b/drivers/media/test-drivers/vidtv/vidtv_psi.c
> @@ -19,7 +19,6 @@
> #include <linux/ratelimit.h>
> #include <linux/slab.h>
> #include <linux/string.h>
> -#include <linux/string.h>
> #include <linux/time.h>
> #include <linux/types.h>
>
>
Powered by blists - more mailing lists