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>
This commit is contained in:

committed by
David S. Miller

parent
0913667ab3
commit
cc1122b00d
@@ -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;
|
||||
|
Reference in New Issue
Block a user