Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp1347332ybt; Sat, 20 Jun 2020 07:54:38 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwQUZ0G5MZuyfoWY/rAM9s1fdlOLtiTtBxwHmYL+LusxVXmrRMaPrLYmWpVAWUAuIWq1NHq X-Received: by 2002:a05:6402:b21:: with SMTP id bo1mr8081226edb.169.1592664878542; Sat, 20 Jun 2020 07:54:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592664878; cv=none; d=google.com; s=arc-20160816; b=s1Hpo0wBDcQLiOhTi3g2WlyKrKXFZcB/bTn4IZxPV8fR9p6qiE74nr1aqZh+wTGMRn dMO1nPwJ426vVuXcSlyrYlqtp79+6F8i1zhBnMPVzXg5p7RjBQ9E3ODi6RQ0IxgPWikY yocJxqc0O8uiilq91kd1yO3NlztpyEuGYAsNV4WZ8WlBrfAXC0XdhRMVStwd/MHgoyGr nrZA94gU9/6y+nq0aTG7ITiMmUHfyDzsvOGXyqvzlwswA/t/GF1qdqNBU6vfT2LfiKX+ TUjkoVYFFuZNkiLPfGhGiuO4gaegafQzsd8A6FxwnEwBISIErKQRqrJWZ2N9wmD0r73q X2NQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=SoIM27avl/+Dmupq1l2Jc2m17AITh7s22BrSKxLnpN0=; b=xNLj5/Ljfe7l8kY/m2l8vppmOcoURbr0mlh3K142Gx/JSOzkGPIxA+TXDlfOGrP7CR BMUD3SL7Z0fLaDvDkDBVKsu9dyiED6k5VIg6rGwgJ55v5a+74R1SJvW14vGmXP4q3S+J udO96vKmnlfVCsgQP+AxF5ha58NNgI+6JVtYgkw89DKCu9lWzAChTlVkR1BpkR/sYrQR eCVifYdp+YZA3TNqicoQdShrf3MZTMkFPv5BJHRrdVWFYysgmEEKcPtnrccN8SSEj4b8 GLEXL0Xx77chmayV3PNvM/DNZpkeFPsj4ajQNe8E1xCl3URpTNW2l1mv31/DnYv/LxoS LFqw== 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 ec16si1002198ejb.512.2020.06.20.07.54.16; Sat, 20 Jun 2020 07:54:38 -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 S1728633AbgFTOuF (ORCPT + 99 others); Sat, 20 Jun 2020 10:50:05 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:50074 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728234AbgFTOuF (ORCPT ); Sat, 20 Jun 2020 10:50:05 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1jmeol-001PFG-Mx; Sat, 20 Jun 2020 16:50:03 +0200 Date: Sat, 20 Jun 2020 16:50:03 +0200 From: Andrew Lunn To: Antoine Tenart Cc: davem@davemloft.net, f.fainelli@gmail.com, hkallweit1@gmail.com, richardcochran@gmail.com, alexandre.belloni@bootlin.com, UNGLinuxDriver@microchip.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com, allan.nielsen@microchip.com, foss@0leil.net Subject: Re: [PATCH net-next v3 2/8] net: phy: mscc: fix copyright and author information in MACsec Message-ID: <20200620145003.GJ304147@lunn.ch> References: <20200619122300.2510533-1-antoine.tenart@bootlin.com> <20200619122300.2510533-3-antoine.tenart@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200619122300.2510533-3-antoine.tenart@bootlin.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 19, 2020 at 02:22:54PM +0200, Antoine Tenart wrote: > 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 Andrew