aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mscc/mscc_macsec.h
diff options
context:
space:
mode:
authorAntoine Tenart <antoine.tenart@bootlin.com>2020-03-13 10:48:02 +0100
committerDavid S. Miller <davem@davemloft.net>2020-03-14 21:06:45 -0700
commit0b92f897120c2fe70a37a108c6bed4b6468061bb (patch)
tree40bbb9857afee7b79eeaca6e64806133e17be18a /drivers/net/phy/mscc/mscc_macsec.h
parentnet: phy: mscc: split the driver into separate files (diff)
downloadlinux-dev-0b92f897120c2fe70a37a108c6bed4b6468061bb.tar.xz
linux-dev-0b92f897120c2fe70a37a108c6bed4b6468061bb.zip
net: phy: mscc: fix header defines and descriptions
Cosmetic commit fixing the MSCC PHY header defines and descriptions, which were referring the to MSCC Ocelot MAC driver (see drivers/net/ethernet/mscc/). 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 '')
-rw-r--r--drivers/net/phy/mscc/mscc_macsec.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/phy/mscc/mscc_macsec.h b/drivers/net/phy/mscc/mscc_macsec.h
index c606c9a65d2d..d0783944d106 100644
--- a/drivers/net/phy/mscc/mscc_macsec.h
+++ b/drivers/net/phy/mscc/mscc_macsec.h
@@ -1,12 +1,12 @@
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
/*
- * Microsemi Ocelot Switch driver
+ * Driver for Microsemi VSC85xx PHYs
*
* Copyright (c) 2018 Microsemi Corporation
*/
-#ifndef _MSCC_OCELOT_MACSEC_H_
-#define _MSCC_OCELOT_MACSEC_H_
+#ifndef _MSCC_PHY_MACSEC_H_
+#define _MSCC_PHY_MACSEC_H_
#include <net/macsec.h>
@@ -321,4 +321,4 @@ struct macsec_flow {
#define MSCC_MS_INTR_CTRL_STATUS_INTR_ENABLE_M GENMASK(31, 16)
#define MACSEC_INTR_CTRL_STATUS_ROLLOVER BIT(5)
-#endif
+#endif /* _MSCC_PHY_MACSEC_H_ */