aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/marvell.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-03-01 10:23:03 +0000
committerDavid S. Miller <davem@davemloft.net>2018-03-04 18:11:54 -0500
commitcc1122b00d624ef551b6ff92e57240cbffb7d62a (patch)
treed8da7b1c54f1f94eb7fcd19a9496685f42f58d14 /drivers/net/phy/marvell.c
parentcxgb4vf: Forcefully link up virtual interfaces (diff)
downloadlinux-dev-cc1122b00d624ef551b6ff92e57240cbffb7d62a.tar.xz
linux-dev-cc1122b00d624ef551b6ff92e57240cbffb7d62a.zip
net: phy: Fix spelling mistake: "advertisment"-> "advertisement"
Trivial fix to spelling mistake in comments and error message text. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/marvell.c')
-rw-r--r--drivers/net/phy/marvell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c
index 22d9bc9c33a4..98fd6b7ceeec 100644
--- a/drivers/net/phy/marvell.c
+++ b/drivers/net/phy/marvell.c
@@ -860,7 +860,7 @@ static int m88e1510_config_init(struct phy_device *phydev)
return err;
/* There appears to be a bug in the 88e1512 when used in
- * SGMII to copper mode, where the AN advertisment register
+ * SGMII to copper mode, where the AN advertisement register
* clears the pause bits each time a negotiation occurs.
* This means we can never be truely sure what was advertised,
* so disable Pause support.