From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH] devtools: ignore checkpatch warning for maintainers file Date: Fri, 5 Jan 2018 15:30:06 +0000 Message-ID: References: <3092823.WoCboBD4Bf@xps> <20180105114302.21635-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: stephen@networkplumber.org To: Thomas Monjalon , dev@dpdk.org 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) In-Reply-To: <20180105114302.21635-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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