Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754210AbdGXL1x (ORCPT ); Mon, 24 Jul 2017 07:27:53 -0400 Received: from mail-lf0-f66.google.com ([209.85.215.66]:35272 "EHLO mail-lf0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752194AbdGXL1q (ORCPT ); Mon, 24 Jul 2017 07:27:46 -0400 Date: Mon, 24 Jul 2017 13:27:38 +0200 From: Johan Hovold To: "Bryan O'Donoghue" Cc: linux-kernel@vger.kernel.org, Joe Perches , Greg Kroah-Hartman Subject: Re: [PATCH] MAINTAINERS: Remove dead greybus/timesync entry Message-ID: <20170724112738.GH2729@localhost> References: <1500890749-19419-1-git-send-email-pure.logic@nexus-software.ie> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1500890749-19419-1-git-send-email-pure.logic@nexus-software.ie> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1180 Lines: 34 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