linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: vidtv: remove redundant quote
@ 2021-01-19  1:09 chiguoqing
  2021-01-25 11:26 ` Hans Verkuil
  0 siblings, 1 reply; 3+ messages in thread
From: chiguoqing @ 2021-01-19  1:09 UTC (permalink / raw)
  To: mchehab; +Cc: linux-media, linux-kernel, zhangwen, chiguoqing

Repeated references string.h

Signed-off-by: Wen Zhang <zhangwen@yulong.com>
---
 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>
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] media: vidtv: remove redundant quote
  2021-01-19  1:09 [PATCH] media: vidtv: remove redundant quote chiguoqing
@ 2021-01-25 11:26 ` Hans Verkuil
  2021-01-26  2:50   ` Guoqing Chi
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Verkuil @ 2021-01-25 11:26 UTC (permalink / raw)
  To: chiguoqing, mchehab; +Cc: linux-media, linux-kernel, zhangwen

On 19/01/2021 02:09, chiguoqing wrote:
> Repeated references string.h
> 
> Signed-off-by: Wen Zhang <zhangwen@yulong.com>

checkpatch gives me:

ERROR: Missing Signed-off-by: line by nominal patch author 'chiguoqing <chi962464zy@163.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>
>  
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] media: vidtv: remove redundant quote
  2021-01-25 11:26 ` Hans Verkuil
@ 2021-01-26  2:50   ` Guoqing Chi
  0 siblings, 0 replies; 3+ messages in thread
From: Guoqing Chi @ 2021-01-26  2:50 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: mchehab, linux-media, linux-kernel, zhangwen

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

> On 19/01/2021 02:09, chiguoqing wrote:
> > Repeated references string.h
> > 
> > Signed-off-by: Wen Zhang <zhangwen@yulong.com>  
> 
> checkpatch gives me:
> 
> ERROR: Missing Signed-off-by: line by nominal patch author
> 'chiguoqing <chi962464zy@163.com>'
> 
> 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>
> >  
> >   



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-26  5:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19  1:09 [PATCH] media: vidtv: remove redundant quote chiguoqing
2021-01-25 11:26 ` Hans Verkuil
2021-01-26  2:50   ` Guoqing Chi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).