From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH] Updated TTY MAINTAINERS info Date: Mon, 9 Jan 2012 12:07:51 -0800 Message-ID: <20120109200751.GA8337@suse.de> References: <1326137964-10671-1-git-send-email-lucaskt@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from cantor2.suse.de ([195.135.220.15]:51639 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933375Ab2AIUPL (ORCPT ); Mon, 9 Jan 2012 15:15:11 -0500 Content-Disposition: inline In-Reply-To: <1326137964-10671-1-git-send-email-lucaskt@linux.vnet.ibm.com> Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: Lucas Kannebley Tavares Cc: linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, Thadeu Lima de Souza Cascardo On Mon, Jan 09, 2012 at 05:39:24PM -0200, Lucas Kannebley Tavares wrote: > Greg Kroah-Hartman is the current TTY maintainer, however he wouldn't appear > listed as such upon running get_maintainers.pl for drivers under > drivers/tty/serial. > > Signed-off-by: Lucas Kannebley Tavares > --- > MAINTAINERS | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index cc6a466..6a856df 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6641,7 +6641,7 @@ TTY LAYER > M: Greg Kroah-Hartman > S: Maintained > T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git > -F: drivers/tty/* > +F: drivers/tty/ Isn't this just a bug in the get_maintainers.pl script? Why does this patch fix the problem? greg k-h