From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 82F02C4363A for ; Thu, 29 Oct 2020 15:42:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1A69E207BC for ; Thu, 29 Oct 2020 15:42:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728135AbgJ2Pmi (ORCPT ); Thu, 29 Oct 2020 11:42:38 -0400 Received: from smtprelay0181.hostedemail.com ([216.40.44.181]:52732 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727972AbgJ2Pmh (ORCPT ); Thu, 29 Oct 2020 11:42:37 -0400 Received: from smtprelay.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by smtpgrave04.hostedemail.com (Postfix) with ESMTP id DFFDC180192CC for ; Thu, 29 Oct 2020 15:42:13 +0000 (UTC) Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay01.hostedemail.com (Postfix) with ESMTP id 5B19E100E7B4B; Thu, 29 Oct 2020 15:41:13 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: sleep71_340bb932728e X-Filterd-Recvd-Size: 1560 Received: from XPS-9350.home (unknown [47.151.133.149]) (Authenticated sender: joe@perches.com) by omf16.hostedemail.com (Postfix) with ESMTPA; Thu, 29 Oct 2020 15:41:12 +0000 (UTC) Message-ID: Subject: Re: False positive from checkscript: git git://... From: Joe Perches To: Jean Delvare , Dwaipayan Ray Cc: Andy Whitcroft , LKML Date: Thu, 29 Oct 2020 08:41:11 -0700 In-Reply-To: <20201029161144.3c7a4fb1@endymion> References: <20201029143205.197ff58f@endymion> <24f8766403f881d4f56a9b721f29b6ee5d1173e2.camel@perches.com> <20201029161144.3c7a4fb1@endymion> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.38.1-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2020-10-29 at 16:11 +0100, Jean Delvare wrote: > On Thu, 29 Oct 2020 07:55:25 -0700, Joe Perches wrote: > > On Thu, 2020-10-29 at 14:32 +0100, Jean Delvare wrote: > > > WARNING: Possible repeated word: 'git' > > > #20: FILE: MAINTAINERS:5289: > > > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git dmi-for-next > > > > > > Obviously that's going to happen a lot as this is actually the proper > > > way to list a git tree in that file. Could you please add an exception > > > for that case? > > > > Already done in -next > > Perfect, thank you very much. Actually thanks to Dwaipayan Ray