All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH - next] MAINTAINERS: Telegent tlg2300 section fix
@ 2010-02-23 17:08 Joe Perches
  2010-02-24  1:38 ` Huang Shijie
  2010-02-24  2:03 ` Huang Shijie
  0 siblings, 2 replies; 3+ messages in thread
From: Joe Perches @ 2010-02-23 17:08 UTC (permalink / raw)
  To: Huang Shijie; +Cc: Mauro Carvalho Chehab, Andrew Morton, LKML, linux-media

linux-next commit 2ff8223957d901999bf76aaf2c6183e33a6ad14e
exposes an infinite loop defect in scripts/get_maintainer.pl

Fix the incorrect format of the MAINTAINERS "M:" entries.

Signed-off-by: Joe Perches <joe@perches.com>
---
diff --git a/MAINTAINERS b/MAINTAINERS
index 57305f6..e633460 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4775,13 +4775,12 @@ F:	drivers/media/video/*7146*
 F:	include/media/*7146*
 
 TLG2300 VIDEO4LINUX-2 DRIVER
-M 	Huang Shijie	<shijie8@gmail.com>
-M 	Kang Yong	<kangyong@telegent.com>
-M 	Zhang Xiaobing	<xbzhang@telegent.com>
+M:	Huang Shijie <shijie8@gmail.com>
+M:	Kang Yong <kangyong@telegent.com>
+M:	Zhang Xiaobing <xbzhang@telegent.com>
 S:	Supported
 F:	drivers/media/video/tlg2300
 
-
 SC1200 WDT DRIVER
 M:	Zwane Mwaikambo <zwane@arm.linux.org.uk>
 S:	Maintained



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

* Re: [PATCH - next] MAINTAINERS: Telegent tlg2300 section fix
  2010-02-23 17:08 [PATCH - next] MAINTAINERS: Telegent tlg2300 section fix Joe Perches
@ 2010-02-24  1:38 ` Huang Shijie
  2010-02-24  2:03 ` Huang Shijie
  1 sibling, 0 replies; 3+ messages in thread
From: Huang Shijie @ 2010-02-24  1:38 UTC (permalink / raw)
  To: Joe Perches; +Cc: Mauro Carvalho Chehab, Andrew Morton, LKML, linux-media


> linux-next commit 2ff8223957d901999bf76aaf2c6183e33a6ad14e
> exposes an infinite loop defect in scripts/get_maintainer.pl
>
> Fix the incorrect format of the MAINTAINERS "M:" entries.
>
> Signed-off-by: Joe Perches<joe@perches.com>
>    
thanks ,
acked by : Huang Shijie
> ---
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 57305f6..e633460 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4775,13 +4775,12 @@ F:	drivers/media/video/*7146*
>   F:	include/media/*7146*
>
>   TLG2300 VIDEO4LINUX-2 DRIVER
> -M 	Huang Shijie	<shijie8@gmail.com>
> -M 	Kang Yong	<kangyong@telegent.com>
> -M 	Zhang Xiaobing	<xbzhang@telegent.com>
> +M:	Huang Shijie<shijie8@gmail.com>
> +M:	Kang Yong<kangyong@telegent.com>
> +M:	Zhang Xiaobing<xbzhang@telegent.com>
>   S:	Supported
>   F:	drivers/media/video/tlg2300
>
> -
>   SC1200 WDT DRIVER
>   M:	Zwane Mwaikambo<zwane@arm.linux.org.uk>
>   S:	Maintained
>
>
>
>    


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

* Re: [PATCH - next] MAINTAINERS: Telegent tlg2300 section fix
  2010-02-23 17:08 [PATCH - next] MAINTAINERS: Telegent tlg2300 section fix Joe Perches
  2010-02-24  1:38 ` Huang Shijie
@ 2010-02-24  2:03 ` Huang Shijie
  1 sibling, 0 replies; 3+ messages in thread
From: Huang Shijie @ 2010-02-24  2:03 UTC (permalink / raw)
  To: Joe Perches; +Cc: Mauro Carvalho Chehab, Andrew Morton, LKML, linux-media

thanks.

Acked-by: Huang Shijie <shijie8@gmail.com>
> linux-next commit 2ff8223957d901999bf76aaf2c6183e33a6ad14e
> exposes an infinite loop defect in scripts/get_maintainer.pl
>
> Fix the incorrect format of the MAINTAINERS "M:" entries.
>
> Signed-off-by: Joe Perches<joe@perches.com>
> ---
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 57305f6..e633460 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4775,13 +4775,12 @@ F:	drivers/media/video/*7146*
>   F:	include/media/*7146*
>
>   TLG2300 VIDEO4LINUX-2 DRIVER
> -M 	Huang Shijie	<shijie8@gmail.com>
> -M 	Kang Yong	<kangyong@telegent.com>
> -M 	Zhang Xiaobing	<xbzhang@telegent.com>
> +M:	Huang Shijie<shijie8@gmail.com>
> +M:	Kang Yong<kangyong@telegent.com>
> +M:	Zhang Xiaobing<xbzhang@telegent.com>
>   S:	Supported
>   F:	drivers/media/video/tlg2300
>
> -
>   SC1200 WDT DRIVER
>   M:	Zwane Mwaikambo<zwane@arm.linux.org.uk>
>   S:	Maintained
>
>
>
>    


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

end of thread, other threads:[~2010-02-24  2:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-23 17:08 [PATCH - next] MAINTAINERS: Telegent tlg2300 section fix Joe Perches
2010-02-24  1:38 ` Huang Shijie
2010-02-24  2:03 ` Huang Shijie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.