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=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 60C88C3A59E for ; Mon, 2 Sep 2019 14:08:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3C3CD2173E for ; Mon, 2 Sep 2019 14:08:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730885AbfIBOIG (ORCPT ); Mon, 2 Sep 2019 10:08:06 -0400 Received: from mga03.intel.com ([134.134.136.65]:35393 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726766AbfIBOIG (ORCPT ); Mon, 2 Sep 2019 10:08:06 -0400 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Sep 2019 07:08:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,459,1559545200"; d="scan'208";a="183317979" Received: from doblerbe-mobl2.ger.corp.intel.com (HELO localhost) ([10.252.53.100]) by fmsmga007.fm.intel.com with ESMTP; 02 Sep 2019 07:08:02 -0700 Date: Mon, 2 Sep 2019 17:08:00 +0300 From: Jarkko Sakkinen To: Lukas Bulwahn Cc: James Bottomley , Mimi Zohar , linux-integrity@vger.kernel.org, keyrings@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RESEND][PATCH v2-resend] MAINTAINERS: fix style in KEYS-TRUSTED entry Message-ID: <20190902140800.oonp4yr5673fpyd5@linux.intel.com> References: <20190825170015.3199-1-lukas.bulwahn@gmail.com> <20190826054024.fjx3robu464ndvi7@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190826054024.fjx3robu464ndvi7@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: NeoMutt/20180716 Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On Mon, Aug 26, 2019 at 08:40:24AM +0300, Jarkko Sakkinen wrote: > On Sun, Aug 25, 2019 at 07:00:15PM +0200, Lukas Bulwahn wrote: > > Mimi Zohar used spaces instead of a tab when adding Jarkko Sakkinen as > > further maintainer to the KEYS-TRUSTED section entry. > > > > In fact, ./scripts/checkpatch.pl -f MAINTAINERS complains: > > > > WARNING: MAINTAINERS entries use one tab after TYPE: > > #8581: FILE: MAINTAINERS:8581: > > +M: Jarkko Sakkinen > > > > The issue was detected when writing a script that parses MAINTAINERS. > > > > Fixes: 34bccd61b139 ("MAINTAINERS: add Jarkko as maintainer for trusted keys") > > Signed-off-by: Lukas Bulwahn > > Acked-by: Jarkko Sakkinen Including to my v5.4 PR. /Jarkko