From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id E26661B16E for ; Fri, 5 Jan 2018 11:46:56 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jan 2018 02:46:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,318,1511856000"; d="scan'208";a="16993574" Received: from rhorton-mobl1.ger.corp.intel.com (HELO [163.33.230.32]) ([163.33.230.32]) by FMSMGA003.fm.intel.com with ESMTP; 05 Jan 2018 02:46:54 -0800 To: Stephen Hemminger , dev@dpdk.org References: <20180104234841.4347-1-stephen@networkplumber.org> Cc: Stephen Hemminger From: Remy Horton Organization: Intel Shannon Limited Message-ID: <2e243df4-d4ed-3cfb-e2ae-059da151f0ae@intel.com> Date: Fri, 5 Jan 2018 10:46:53 +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: <20180104234841.4347-1-stephen@networkplumber.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] MAINTAINERS fix style 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 10:46:57 -0000 Any idea when Checkpatch started to enforce this? Looks like it was slipped in recently.. --ignore=MAINTAINERS_STYLE :) On 04/01/2018 23:48, Stephen Hemminger wrote: > Checkpatch is complaining because the DPDK MAINTAINERS > file style does not match the Linux style. Linux style is to > always have a TAB (not space) after the tag. > I don't care just want checkpatch to be quiet. > > Signed-off-by: Stephen Hemminger > --- > > MAINTAINERS | 1388 +++++++++++++++++++++++++++++------------------------------ > 1 file changed, 694 insertions(+), 694 deletions(-)