diff options
author | Antoine Tenart <antoine.tenart@bootlin.com> | 2020-06-23 16:30:08 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-06-24 14:33:16 -0700 |
commit | c7cd2a6a7b084f3d57ce4d783685e37d16327f9f (patch) | |
tree | 92b6d9ff34f0667b33a78785d73adab14282a985 /drivers/net/phy/mscc/mscc_macsec.h | |
parent | 0ef44e5cab8dbf0a0327871b48fe7c8425d0d885 (diff) | |
download | linux-c7cd2a6a7b084f3d57ce4d783685e37d16327f9f.tar.gz |
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>
Diffstat (limited to 'drivers/net/phy/mscc/mscc_macsec.h')
-rw-r--r-- | drivers/net/phy/mscc/mscc_macsec.h | 2 |
1 files changed, 1 insertions, 1 deletions
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_ |