From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH] MAINTAINERS fix style Date: Fri, 5 Jan 2018 10:46:53 +0000 Message-ID: <2e243df4-d4ed-3cfb-e2ae-059da151f0ae@intel.com> References: <20180104234841.4347-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Stephen Hemminger To: Stephen Hemminger , dev@dpdk.org 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) In-Reply-To: <20180104234841.4347-1-stephen@networkplumber.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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(-)