From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-fx0-f219.google.com ([209.85.220.219]:36412 "EHLO mail-fx0-f219.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751660Ab0BXBiN (ORCPT ); Tue, 23 Feb 2010 20:38:13 -0500 Message-ID: <4B8482FB.1070506@gmail.com> Date: Wed, 24 Feb 2010 09:38:03 +0800 From: Huang Shijie MIME-Version: 1.0 To: Joe Perches CC: Mauro Carvalho Chehab , Andrew Morton , LKML , linux-media Subject: Re: [PATCH - next] MAINTAINERS: Telegent tlg2300 section fix References: <1266944900.9265.28.camel@Joe-Laptop.home> In-Reply-To: <1266944900.9265.28.camel@Joe-Laptop.home> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: > 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 > 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 > -M Kang Yong > -M Zhang Xiaobing > +M: Huang Shijie > +M: Kang Yong > +M: Zhang Xiaobing > S: Supported > F: drivers/media/video/tlg2300 > > - > SC1200 WDT DRIVER > M: Zwane Mwaikambo > S: Maintained > > > >