diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-03-01 10:23:03 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-04 18:11:54 -0500 |
commit | cc1122b00d624ef551b6ff92e57240cbffb7d62a (patch) | |
tree | d8da7b1c54f1f94eb7fcd19a9496685f42f58d14 /drivers/net/phy/marvell10g.c | |
parent | 0913667ab3ad9e6c1797384410a0755757bcee55 (diff) | |
download | linux-cc1122b00d624ef551b6ff92e57240cbffb7d62a.tar.gz |
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/marvell10g.c')
-rw-r--r-- | drivers/net/phy/marvell10g.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/marvell10g.c b/drivers/net/phy/marvell10g.c index 4f1efa02a930..9564916d2d7b 100644 --- a/drivers/net/phy/marvell10g.c +++ b/drivers/net/phy/marvell10g.c @@ -308,7 +308,7 @@ static int mv3310_read_status(struct phy_device *phydev) if (val < 0) return val; - /* Read the link partner's 1G advertisment */ + /* Read the link partner's 1G advertisement */ val = phy_read_mmd(phydev, MDIO_MMD_AN, MV_AN_STAT1000); if (val < 0) return val; |