From patchwork Wed Sep 13 12:27:57 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jarkko Sakkinen X-Patchwork-Id: 9951343 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 0FB866024A for ; Wed, 13 Sep 2017 12:28:20 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 014E3286F1 for ; Wed, 13 Sep 2017 12:28:20 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EA11B28DA9; Wed, 13 Sep 2017 12:28:19 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7C588286F1 for ; Wed, 13 Sep 2017 12:28:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751173AbdIMM2S (ORCPT ); Wed, 13 Sep 2017 08:28:18 -0400 Received: from mga11.intel.com ([192.55.52.93]:18500 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751153AbdIMM2S (ORCPT ); Wed, 13 Sep 2017 08:28:18 -0400 Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Sep 2017 05:28:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,387,1500966000"; d="scan'208";a="1013992301" Received: from unknown (HELO localhost) ([10.249.254.153]) by orsmga003.jf.intel.com with ESMTP; 13 Sep 2017 05:28:12 -0700 From: Jarkko Sakkinen To: tpmdd-devel@lists.sourceforge.net Cc: linux-security-module@vger.kernel.org, Jarkko Sakkinen , Peter Huewe , Marcel Selhorst , Jason Gunthorpe , linux-kernel@vger.kernel.org (open list) Subject: [PATCH] tpm: remove some recent additions to the authors lists Date: Wed, 13 Sep 2017 05:27:57 -0700 Message-Id: <20170913122758.19575-1-jarkko.sakkinen@linux.intel.com> X-Mailer: git-send-email 2.14.1 Sender: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: X-Virus-Scanned: ClamAV using ClamSMTP Removed those additions to the authors lists within last few years that are not the original authors. In some ways authors list does not make sense at all because git log is really the ultimate authors list but it is fine to give yourself a bit of credit in rare cases if you create a new driver in the subsystem or something similar. This commit might seem a bit cosmetic but it is made to make the policy more sound and speeds up the code review process a tiny bit in the future. Signed-off-by: Jarkko Sakkinen --- drivers/char/tpm/tpm_acpi.c | 1 - drivers/char/tpm/tpm_of.c | 1 - drivers/char/tpm/tpm_ppi.c | 1 - 3 files changed, 3 deletions(-) diff --git a/drivers/char/tpm/tpm_acpi.c b/drivers/char/tpm/tpm_acpi.c index 169edf3ce86d..31b146bdac4b 100644 --- a/drivers/char/tpm/tpm_acpi.c +++ b/drivers/char/tpm/tpm_acpi.c @@ -6,7 +6,6 @@ * Stefan Berger * Reiner Sailer * Kylene Hall - * Nayna Jain * * Maintained by: * diff --git a/drivers/char/tpm/tpm_of.c b/drivers/char/tpm/tpm_of.c index aadb7f464076..635ee27809cc 100644 --- a/drivers/char/tpm/tpm_of.c +++ b/drivers/char/tpm/tpm_of.c @@ -2,7 +2,6 @@ * Copyright 2012 IBM Corporation * * Author: Ashley Lai - * Nayna Jain * * Maintained by: * diff --git a/drivers/char/tpm/tpm_ppi.c b/drivers/char/tpm/tpm_ppi.c index 86dd8521feef..d2e37e1977be 100644 --- a/drivers/char/tpm/tpm_ppi.c +++ b/drivers/char/tpm/tpm_ppi.c @@ -4,7 +4,6 @@ * Authors: * Xiaoyan Zhang * Jiang Liu - * Jarkko Sakkinen * * Maintained by: *