Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: phy: mscc: fix copyright and author information in MACsec

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 <antoine.tenart@bootlin.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Antoine Tenart and committed by
David S. Miller
c7cd2a6a 0ef44e5c

+6 -6
+1 -1
drivers/net/phy/mscc/mscc_fc_buffer.h
··· 2 2 /* 3 3 * Driver for Microsemi VSC85xx PHYs 4 4 * 5 - * Copyright (C) 2019 Microsemi Corporation 5 + * Copyright (C) 2020 Microsemi Corporation 6 6 */ 7 7 8 8 #ifndef _MSCC_PHY_FC_BUFFER_H_
+1 -1
drivers/net/phy/mscc/mscc_mac.h
··· 2 2 /* 3 3 * Driver for Microsemi VSC85xx PHYs 4 4 * 5 - * Copyright (c) 2017 Microsemi Corporation 5 + * Copyright (c) 2020 Microsemi Corporation 6 6 */ 7 7 8 8 #ifndef _MSCC_PHY_LINE_MAC_H_
+3 -3
drivers/net/phy/mscc/mscc_macsec.c
··· 1 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 2 2 /* 3 - * Driver for Microsemi VSC85xx PHYs 3 + * Driver for Microsemi VSC85xx PHYs - MACsec support 4 4 * 5 - * Author: Nagaraju Lakkaraju 5 + * Author: Antoine Tenart 6 6 * License: Dual MIT/GPL 7 - * Copyright (c) 2016 Microsemi Corporation 7 + * Copyright (c) 2020 Microsemi Corporation 8 8 */ 9 9 10 10 #include <linux/phy.h>
+1 -1
drivers/net/phy/mscc/mscc_macsec.h
··· 2 2 /* 3 3 * Driver for Microsemi VSC85xx PHYs 4 4 * 5 - * Copyright (c) 2018 Microsemi Corporation 5 + * Copyright (c) 2020 Microsemi Corporation 6 6 */ 7 7 8 8 #ifndef _MSCC_PHY_MACSEC_H_