Skip to content

Commit fb73ed5

Browse files
Kaige Lidavem330
authored andcommitted
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: Kaige Li <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent cf96d97 commit fb73ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/net/phy/mscc/mscc_main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,13 +1738,13 @@ static int __phy_write_mcb_s6g(struct phy_device *phydev, u32 reg, u8 mcb,
17381738
return 0;
17391739
}
17401740

1741-
/* Trigger a read to the spcified MCB */
1741+
/* Trigger a read to the specified MCB */
17421742
static int phy_update_mcb_s6g(struct phy_device *phydev, u32 reg, u8 mcb)
17431743
{
17441744
return __phy_write_mcb_s6g(phydev, reg, mcb, PHY_MCB_S6G_READ);
17451745
}
17461746

1747-
/* Trigger a write to the spcified MCB */
1747+
/* Trigger a write to the specified MCB */
17481748
static int phy_commit_mcb_s6g(struct phy_device *phydev, u32 reg, u8 mcb)
17491749
{
17501750
return __phy_write_mcb_s6g(phydev, reg, mcb, PHY_MCB_S6G_WRITE);

0 commit comments

Comments
 (0)