Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp3653402ybt; Tue, 23 Jun 2020 07:39:13 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxcA4vkJ9+mNSdncZ2Fw/IGQIgAGtkZ2s61DR4IfwEhJgcQ2C4HFHTBdSZ0XQ9xmUu21HSB X-Received: by 2002:a17:906:492:: with SMTP id f18mr10637060eja.279.1592923153221; Tue, 23 Jun 2020 07:39:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592923153; cv=none; d=google.com; s=arc-20160816; b=SI2iCMRJJEPn4K5TTFQPROETvVBddCsoo/aN6qwYFC7DLk51fb4Z1AKDnxeCOu6UK8 y2nJYHhtofkGFOs893ofz+rzS6wxKLnoLdb4iMcwkDAmA6C0gQyUYPCzyIfai13Ly4W0 bBenrfyIMJoY9VCxMkV+pbyxKjOYs1yUYpg5av6YeKRIMGbcdowqisHzBkZ6udl35wqK AaW/rgafvFRxLZy8TT8kPojvdmox919YyUVM8IQRGI62SwqAb1eCXE/SCeEt283HmhGk Hzisnpl7EfCplU2daap9BClZaf0HZZ62ic1y52213iIKi0oE2wrd9W3GNMV2RSxtI+i6 Zuhw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=7AidfE/RKJZo8Ui/bsDayCSXL5KILFVdye874Vhtn88=; b=D6ZmT49hGbdy5VcJVo8cL+e1eTxW7JyxzLkKgoJ7/qzwKGuJdNeCIxTxrNhXGRTmnU YXbeKKUOsrRx8ePg/zAabMSwKL3dj1n/6iFtbpCLuKT9M4DAuVErCnouopbwfofQpskM pyFoa+UlGYvRMYVi9n+joN8F3Xl/SqOIlmjcqIsWkVCK3gPu2GScgh/APcsBW2gDlN2D oVVQqrdP8lt4wCu2xBKI64xzE+UGZbj/Hhdh3FnrC9JJYnNZon6LLTL1IxLeqkc0uF/Y vPPufb+TgGWpT8erF6umqtTVtbXY6AsG5pEEaIYh5f5bk1r6Cgc0IQF+76Jjdla3qjAt ljZQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dn21si2999709edb.48.2020.06.23.07.38.50; Tue, 23 Jun 2020 07:39:13 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732861AbgFWOfN (ORCPT + 99 others); Tue, 23 Jun 2020 10:35:13 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:55857 "EHLO relay11.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732738AbgFWOfK (ORCPT ); Tue, 23 Jun 2020 10:35:10 -0400 Received: from localhost (lfbn-tou-1-1075-236.w90-76.abo.wanadoo.fr [90.76.143.236]) (Authenticated sender: antoine.tenart@bootlin.com) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 49D9810000E; Tue, 23 Jun 2020 14:35:05 +0000 (UTC) From: Antoine Tenart To: davem@davemloft.net, andrew@lunn.ch, f.fainelli@gmail.com, hkallweit1@gmail.com, richardcochran@gmail.com, alexandre.belloni@bootlin.com, UNGLinuxDriver@microchip.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com, allan.nielsen@microchip.com, foss@0leil.net, antoine.tenart@bootlin.com Subject: [PATCH net-next v4 2/8] net: phy: mscc: fix copyright and author information in MACsec Date: Tue, 23 Jun 2020 16:30:08 +0200 Message-Id: <20200623143014.47864-3-antoine.tenart@bootlin.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200623143014.47864-1-antoine.tenart@bootlin.com> References: <20200623143014.47864-1-antoine.tenart@bootlin.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org All headers in the MSCC PHY driver have been copied and pasted from the original mscc.c file. However the information is not necessarily correct, as in the MACsec support. Fix this. Signed-off-by: Antoine Tenart Reviewed-by: Andrew Lunn --- drivers/net/phy/mscc/mscc_fc_buffer.h | 2 +- drivers/net/phy/mscc/mscc_mac.h | 2 +- drivers/net/phy/mscc/mscc_macsec.c | 6 +++--- drivers/net/phy/mscc/mscc_macsec.h | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/net/phy/mscc/mscc_fc_buffer.h b/drivers/net/phy/mscc/mscc_fc_buffer.h index 3803e826c37d..399e803395a5 100644 --- a/drivers/net/phy/mscc/mscc_fc_buffer.h +++ b/drivers/net/phy/mscc/mscc_fc_buffer.h @@ -2,7 +2,7 @@ /* * Driver for Microsemi VSC85xx PHYs * - * Copyright (C) 2019 Microsemi Corporation + * Copyright (C) 2020 Microsemi Corporation */ #ifndef _MSCC_PHY_FC_BUFFER_H_ diff --git a/drivers/net/phy/mscc/mscc_mac.h b/drivers/net/phy/mscc/mscc_mac.h index 59b6837c60b3..8dd38dc6edbf 100644 --- a/drivers/net/phy/mscc/mscc_mac.h +++ b/drivers/net/phy/mscc/mscc_mac.h @@ -2,7 +2,7 @@ /* * Driver for Microsemi VSC85xx PHYs * - * Copyright (c) 2017 Microsemi Corporation + * Copyright (c) 2020 Microsemi Corporation */ #ifndef _MSCC_PHY_LINE_MAC_H_ diff --git a/drivers/net/phy/mscc/mscc_macsec.c b/drivers/net/phy/mscc/mscc_macsec.c index b4d3dc4068e2..c0eeb62cb940 100644 --- a/drivers/net/phy/mscc/mscc_macsec.c +++ b/drivers/net/phy/mscc/mscc_macsec.c @@ -1,10 +1,10 @@ // SPDX-License-Identifier: (GPL-2.0 OR MIT) /* - * Driver for Microsemi VSC85xx PHYs + * Driver for Microsemi VSC85xx PHYs - MACsec support * - * Author: Nagaraju Lakkaraju + * Author: Antoine Tenart * License: Dual MIT/GPL - * Copyright (c) 2016 Microsemi Corporation + * Copyright (c) 2020 Microsemi Corporation */ #include diff --git a/drivers/net/phy/mscc/mscc_macsec.h b/drivers/net/phy/mscc/mscc_macsec.h index d751f2946b79..9c6d25e36de2 100644 --- a/drivers/net/phy/mscc/mscc_macsec.h +++ b/drivers/net/phy/mscc/mscc_macsec.h @@ -2,7 +2,7 @@ /* * Driver for Microsemi VSC85xx PHYs * - * Copyright (c) 2018 Microsemi Corporation + * Copyright (c) 2020 Microsemi Corporation */ #ifndef _MSCC_PHY_MACSEC_H_ -- 2.26.2