Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755655AbdGXP0N (ORCPT ); Mon, 24 Jul 2017 11:26:13 -0400 Received: from mail-wm0-f49.google.com ([74.125.82.49]:35934 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755486AbdGXP0F (ORCPT ); Mon, 24 Jul 2017 11:26:05 -0400 Subject: Re: [PATCH] MAINTAINERS: Remove dead greybus/timesync entry To: Joe Perches , Johan Hovold Cc: linux-kernel@vger.kernel.org, Greg Kroah-Hartman References: <1500890749-19419-1-git-send-email-pure.logic@nexus-software.ie> <20170724112738.GH2729@localhost> <1500909380.28002.5.camel@perches.com> From: "Bryan O'Donoghue" Message-ID: <6dc63158-9b77-6e34-50e1-0bfe4029ec6a@nexus-software.ie> Date: Mon, 24 Jul 2017 16:32:23 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <1500909380.28002.5.camel@perches.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2106 Lines: 60 On 24/07/17 16:16, Joe Perches wrote: > On Mon, 2017-07-24 at 16:19 +0100, Bryan O'Donoghue wrote: >> On 24/07/17 12:27, Johan Hovold wrote: >>> On Mon, Jul 24, 2017 at 11:05:49AM +0100, Bryan O'Donoghue wrote: >>>> commit bdfb95c4baab ("staging: greybus: remove timesync protocol support") >>>> commit 1e029b836108 ("staging: greybus: arche: remove timesync remains") >>>> >>>> Subtract timesync from greybus/staging but haven't updated MAINTAINERS >>>> appropriately. Fix that omission now. >>>> >>>> Signed-off-by: Bryan O'Donoghue >>>> --- >>>> MAINTAINERS | 2 -- >>>> 1 file changed, 2 deletions(-) >>>> >>>> diff --git a/MAINTAINERS b/MAINTAINERS >>>> index f66488d..ca9e29e 100644 >>>> --- a/MAINTAINERS >>>> +++ b/MAINTAINERS >>>> @@ -5830,8 +5830,6 @@ GREYBUS LOOBACK/TIME PROTOCOLS DRIVERS >>>> M: Bryan O'Donoghue >>>> S: Maintained >>>> F: drivers/staging/greybus/loopback.c >>>> -F: drivers/staging/greybus/timesync.c >>>> -F: drivers/staging/greybus/timesync_platform.c >>> >>> Joe reported these, and a number of other obsolete or misspelled entries >>> in MAINTAINERS three days ago but wanted to get his sorting patch in >>> before addressing them. I'm not sure whether the intention was to fix >>> them all up in one go or to do it like this. >>> >>> But either way, >>> >>> Acked-by: Johan Hovold >>> >>> Thanks, >>> Johan >>> >> >> Already applied I believe. >> >> commit 7683e9e529258d01ce99216ad3be21f59eff83ec >> Author: Linus Torvalds >> Date: Sun Jul 23 16:06:21 2017 -0700 >> >> Properly alphabetize MAINTAINERS file > > No, the sorting did not remove or update invalid F: entries. > It just moved sections around. > Ah yes I remember now, those are two separate patches. Anyway my greybus filter caught your mail which is what prompted me to send this out, I wasn't sure if you wanted others to clean up their own crap, or if you wanted to yourself. Feel free to add my Acked-by if you perfer to send the whole lot out as one. --- bod