From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 32C221B026 for ; Fri, 5 Jan 2018 16:30:09 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jan 2018 07:30:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,318,1511856000"; d="scan'208";a="18511746" Received: from rhorton-mobl1.ger.corp.intel.com (HELO [163.33.230.32]) ([163.33.230.32]) by fmsmga004.fm.intel.com with ESMTP; 05 Jan 2018 07:30:07 -0800 To: Thomas Monjalon , dev@dpdk.org References: <3092823.WoCboBD4Bf@xps> <20180105114302.21635-1-thomas@monjalon.net> Cc: stephen@networkplumber.org From: Remy Horton Organization: Intel Shannon Limited Message-ID: Date: Fri, 5 Jan 2018 15:30:06 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20180105114302.21635-1-thomas@monjalon.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] devtools: ignore checkpatch warning for maintainers file X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jan 2018 15:30:10 -0000 On 05/01/2018 11:43, Thomas Monjalon wrote: > The script checkpatch.pl from Linux is enforcing a tab > in the MAINTAINERS file (Linux commit 628f91a28649). > It can be ignored in our wrapper checkpatches.sh. > > Suggested-by: Remy Horton > Signed-off-by: Thomas Monjalon > --- > devtools/checkpatches.sh | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Acked-by: Remy Horton