From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758008AbcIMJgg (ORCPT ); Tue, 13 Sep 2016 05:36:36 -0400 Received: from ec2-52-27-115-49.us-west-2.compute.amazonaws.com ([52.27.115.49]:35008 "EHLO s-opensource.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755679AbcIMJgc (ORCPT ); Tue, 13 Sep 2016 05:36:32 -0400 Date: Tue, 13 Sep 2016 06:36:25 -0300 From: Mauro Carvalho Chehab To: Jani Nikula Cc: Joe Perches , LKML , linux-doc Subject: Re: Updating MAINTAINERS and Documentation/video4linux F: patterns Message-ID: <20160913063625.5fbd6584@vento.lan> In-Reply-To: <87poo8taqc.fsf@intel.com> References: <1473463772.1990.7.camel@perches.com> <87poo8taqc.fsf@intel.com> Organization: Samsung X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, 13 Sep 2016 12:22:51 +0300 Jani Nikula escreveu: > On Sat, 10 Sep 2016, Joe Perches wrote: > > After all the moving of video4linux Documentation file locations > > around and converting .txt files to .rst, can you please update > > the appropriate MAINTAINERS sections and F: patterns? > > Hmm, for patches doing rename/create/delete, checkpatch could look at > MAINTAINERS and remind the user if a MAINTAINERS update is needed. Good point. Checkpatch does that already, as I remember from time to time I receive such warnings when a new driver is created, renamed or removed. I didn't notice it on my patchset though. Perhaps it excludes Documentation/ from the check logic. Regards, Mauro PS.: In the specific case of media docs, I submitted a patch yesterday addressing those renames.