From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753065AbaCTCob (ORCPT ); Wed, 19 Mar 2014 22:44:31 -0400 Received: from smtprelay0035.hostedemail.com ([216.40.44.35]:33273 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751325AbaCTCoa (ORCPT ); Wed, 19 Mar 2014 22:44:30 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::,RULES_HIT:41:355:379:541:560:599:800:960:966:973:988:989:1042:1260:1261:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2196:2198:2199:2200:2393:2551:2553:2559:2562:2828:2896:3138:3139:3140:3141:3142:3353:3622:3865:3866:3867:3868:3870:3872:3873:3874:4250:4321:4385:4605:5007:7652:7688:7809:7901:10004:10400:10848:11232:11658:11914:12050:12517:12519:12740:13069:13311:13357,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0 X-HE-Tag: arch36_4409311699425 X-Filterd-Recvd-Size: 2572 Message-ID: <1395283466.8649.60.camel@joe-AO722> Subject: Re: [PATCH] MAINTAINERS: Reorder maintainer addresses for PM and ACPI From: Joe Perches To: "Rafael J. Wysocki" Cc: Linux PM list , ACPI Devel Maling List , Linux Kernel Mailing List , Geert Uytterhoeven , Len Brown , Pavel Machek Date: Wed, 19 Mar 2014 19:44:26 -0700 In-Reply-To: <2462139.FluJI6yiK7@vostro.rjw.lan> References: <1744772.yf52reTAmC@vostro.rjw.lan> <1395282105.8649.55.camel@joe-AO722> <2462139.FluJI6yiK7@vostro.rjw.lan> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.8.4-0ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2014-03-20 at 03:47 +0100, Rafael J. Wysocki wrote: > On Wednesday, March 19, 2014 07:21:45 PM Joe Perches wrote: > > On Thu, 2014-03-20 at 00:00 +0100, Rafael J. Wysocki wrote: > > > > > Reorder PM and ACPI maintainer addresses in MAINTAINERS to make > > > the probability of that a bit smaller. > > > > > FREEZER > > > +M: Rafael J. Wysocki > > > -M: "Rafael J. Wysocki" > > [] > > > HIBERNATION (aka Software Suspend, aka swsusp) > > > +M: Rafael J. Wysocki > > > -M: "Rafael J. Wysocki" > > [] > > > SUSPEND TO RAM > > > +M: Rafael J. Wysocki > > > -M: "Rafael J. Wysocki" > > > > Please keep the quotes around your name. > > > > It makes it easier for some systems to accept > > names with periods via copy/paste. > > I can do that, but the quotes aren't there everywhere anyway. Yeah, I hope we can rectify that. You've the biggest share of it too. $ git grep -E "^M:[^<]*\..*<" MAINTAINERS | \ grep -v '"' | sort | uniq -c | sort -rn 3 MAINTAINERS:M: Rafael J. Wysocki 2 MAINTAINERS:M: Rafael J. Wysocki 1 MAINTAINERS:M: Savoir-faire Linux Inc. 1 MAINTAINERS:M: Nicholas A. Bellinger 1 MAINTAINERS:M: K. Y. Srinivasan 1 MAINTAINERS:M: J. Bruce Fields