From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757261AbcIMJkY (ORCPT ); Tue, 13 Sep 2016 05:40:24 -0400 Received: from smtprelay0077.hostedemail.com ([216.40.44.77]:47387 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755520AbcIMJkX (ORCPT ); Tue, 13 Sep 2016 05:40:23 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::,RULES_HIT:41:355:379:541:599:800:960:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2553:2559:2562:2828:2895:2911:3138:3139:3140:3141:3142:3353:3622:3865:3866:3867:3868:3870:3871:3873:3874:4250:4321:4362:4425:4605:5007:6119:7974:10004:10400:10848:11232:11658:11914:12043:12438:12555:12679:12740:12760:13069:13163:13180:13229:13311:13357:13439:14181:14659:14721:14777:21080:21365:21433:21451:30022:30051:30054:30070:30090:30091,0,RBL:error,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:error,Custom_rules:0:0:0,LFtime:2000,LUA_SUMMARY:none X-HE-Tag: smell26_5540092261511 X-Filterd-Recvd-Size: 2455 Message-ID: <1473759584.11006.42.camel@perches.com> Subject: Re: Updating MAINTAINERS and Documentation/video4linux F: patterns From: Joe Perches To: Jani Nikula , Mauro Carvalho Chehab Cc: LKML , linux-doc Date: Tue, 13 Sep 2016 02:39:44 -0700 In-Reply-To: <87poo8taqc.fsf@intel.com> References: <1473463772.1990.7.camel@perches.com> <87poo8taqc.fsf@intel.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.21.91-1ubuntu1 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 Tue, 2016-09-13 at 12:22 +0300, Jani Nikula wrote: > > 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. Thanks, checkpatch already does exactly that. $ ./scripts/checkpatch.pl -git 43efd1edc63534d3a7486a0548c8aedf8b1128d1 WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #86: deleted file mode 100644 total: 0 errors, 1 warnings, 56 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit 43efd1edc635 ("[media] get rid of Documentation/video4linux/lifeview.txt") has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. or another way: $ git log --stat -p --format=email -1 -M 43efd1edc63534d3a7486a0548c8aedf8b1128d1 | ./scripts/checkpatch.pl - WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #84: deleted file mode 100644 total: 0 errors, 1 warnings, 56 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Your patch has style problems, please review. >