diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-03-01 13:23:03 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-05 02:11:54 +0300 |
commit | cc1122b00d624ef551b6ff92e57240cbffb7d62a (patch) | |
tree | d8da7b1c54f1f94eb7fcd19a9496685f42f58d14 /drivers/net/phy/bcm7xxx.c | |
parent | 0913667ab3ad9e6c1797384410a0755757bcee55 (diff) | |
download | linux-cc1122b00d624ef551b6ff92e57240cbffb7d62a.tar.xz |
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/bcm7xxx.c')
-rw-r--r-- | drivers/net/phy/bcm7xxx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/bcm7xxx.c b/drivers/net/phy/bcm7xxx.c index 421feb8f92fe..29b1c88b55cc 100644 --- a/drivers/net/phy/bcm7xxx.c +++ b/drivers/net/phy/bcm7xxx.c @@ -565,7 +565,7 @@ static int bcm7xxx_28nm_set_tunable(struct phy_device *phydev, if (ret) return ret; - /* Disable EEE advertisment since this prevents the PHY + /* Disable EEE advertisement since this prevents the PHY * from successfully linking up, trigger auto-negotiation restart * to let the MAC decide what to do. */ |