Skip to content

Commit 691cdb4

Browse files
advait-0vinodkoul
authored andcommitted
phy: marvell: Fix spelling mistake "exlicitly" -> "explicitly"
Fix spelling mistake in mvebu_comphy_ethernet_init_reset comments. Signed-off-by: Advait Dhamorikar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 3d811a4 commit 691cdb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/phy/marvell/phy-mvebu-cp110-comphy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ static int mvebu_comphy_ethernet_init_reset(struct mvebu_comphy_lane *lane)
422422
/* wait until clocks are ready */
423423
mdelay(1);
424424

425-
/* exlicitly disable 40B, the bits isn't clear on reset */
425+
/* explicitly disable 40B, the bits isn't clear on reset */
426426
regmap_read(priv->regmap, MVEBU_COMPHY_CONF6(lane->id), &val);
427427
val &= ~MVEBU_COMPHY_CONF6_40B;
428428
regmap_write(priv->regmap, MVEBU_COMPHY_CONF6(lane->id), val);

0 commit comments

Comments
 (0)