From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Ravnborg Subject: Re: [PATCH] MAINTAINERS: Remove quotes of maintaners's names Date: Thu, 27 Oct 2011 23:53:39 +0200 Message-ID: <20111027215339.GA3653@merkur.ravnborg.org> References: <1319739381-5244-1-git-send-email-marcos.mage@gmail.com> <610B86C6-622E-4EFE-89DF-BF09BDB4D765@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Marcos Paulo de Souza , "akpm@linux-foundation.org" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" To: "Kirsher, Jeffrey T" Return-path: Content-Disposition: inline In-Reply-To: <610B86C6-622E-4EFE-89DF-BF09BDB4D765@intel.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Thu, Oct 27, 2011 at 02:35:54PM -0700, Kirsher, Jeffrey T wrote: > On Oct 27, 2011, at 14:14, "Marcos Paulo de Souza" wrote: > > > Signed-off-by: Marcos Paulo de Souza > > --- > > MAINTAINERS | 128 +++++++++++++++++++++++++++++----------------------------- > > 1 files changed, 64 insertions(+), 64 deletions(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 27af9c9..0bea8d7 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -140,7 +140,7 @@ S: Supported > > F: drivers/scsi/3w-* > > > > 53C700 AND 53C700-66 SCSI DRIVER > > -M: "James E.J. Bottomley" > > +M: James E.J. Bottomley > > L: linux-scsi@vger.kernel.org > > S: Maintained > > F: drivers/scsi/53c700* > > @@ -422,7 +422,7 @@ F: drivers/char/agp/ > > F: include/linux/agp* > > > > Adding lkml and netdev mailing lists... > > The reason these names are in quotes is because they need to be wrapped in quotes when used in a git patch (I.e. CC: "David S. Miller" ) because of the . in the friendly name. And anyone that copy'n'paste the name to their mail client would also by screwed if the quotes are missing. Sam