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/phy-core.c | |
parent | 0913667ab3ad9e6c1797384410a0755757bcee55 (diff) | |
download | linux-cc1122b00d624ef551b6ff92e57240cbffb7d62a.tar.bz2 |
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/phy-core.c')
-rw-r--r-- | drivers/net/phy/phy-core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/phy/phy-core.c b/drivers/net/phy/phy-core.c index 4083f00c97a5..c7da4cbb1103 100644 --- a/drivers/net/phy/phy-core.c +++ b/drivers/net/phy/phy-core.c @@ -190,10 +190,10 @@ size_t phy_speeds(unsigned int *speeds, size_t size, } /** - * phy_resolve_aneg_linkmode - resolve the advertisments into phy settings + * phy_resolve_aneg_linkmode - resolve the advertisements into phy settings * @phydev: The phy_device struct * - * Resolve our and the link partner advertisments into their corresponding + * Resolve our and the link partner advertisements into their corresponding * speed and duplex. If full duplex was negotiated, extract the pause mode * from the link partner mask. */ |