aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy-core.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/phy-core.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/phy-core.c')
-rw-r--r--drivers/net/phy/phy-core.c4
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.
*/