Commit fb73ed5e authored by Kaige Li's avatar Kaige Li Committed by David S. Miller

net: phy: mscc: Fix a couple of spelling mistakes "spcified" -> "specified"

There are a couple of spelling mistakes in comment text. Fix these.
Signed-off-by: default avatarKaige Li <likaige@loongson.cn>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent cf96d977
...@@ -1738,13 +1738,13 @@ static int __phy_write_mcb_s6g(struct phy_device *phydev, u32 reg, u8 mcb, ...@@ -1738,13 +1738,13 @@ static int __phy_write_mcb_s6g(struct phy_device *phydev, u32 reg, u8 mcb,
return 0; return 0;
} }
/* Trigger a read to the spcified MCB */ /* Trigger a read to the specified MCB */
static int phy_update_mcb_s6g(struct phy_device *phydev, u32 reg, u8 mcb) static int phy_update_mcb_s6g(struct phy_device *phydev, u32 reg, u8 mcb)
{ {
return __phy_write_mcb_s6g(phydev, reg, mcb, PHY_MCB_S6G_READ); return __phy_write_mcb_s6g(phydev, reg, mcb, PHY_MCB_S6G_READ);
} }
/* Trigger a write to the spcified MCB */ /* Trigger a write to the specified MCB */
static int phy_commit_mcb_s6g(struct phy_device *phydev, u32 reg, u8 mcb) static int phy_commit_mcb_s6g(struct phy_device *phydev, u32 reg, u8 mcb)
{ {
return __phy_write_mcb_s6g(phydev, reg, mcb, PHY_MCB_S6G_WRITE); return __phy_write_mcb_s6g(phydev, reg, mcb, PHY_MCB_S6G_WRITE);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment