Re: [PATCH] media: vidtv: remove redundant quote

From: Guoqing Chi
Date: Tue Jan 26 2021 - 05:54:50 EST


On Mon, 25 Jan 2021 12:26:54 +0100
Hans Verkuil <hverkuil@xxxxxxxxx> wrote:

> On 19/01/2021 02:09, chiguoqing wrote:
> > Repeated references string.h
> >
> > Signed-off-by: Wen Zhang <zhangwen@xxxxxxxxxx>
>
> checkpatch gives me:
>
> ERROR: Missing Signed-off-by: line by nominal patch author
> 'chiguoqing <chi962464zy@xxxxxxx>'
>
> Can you fix this?
>
> Regards,
>
> Hans

Hi Hans:
I will resend patch,and change author to zhangwen. Thanks.

>
> > ---
> > 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>
> >
> >