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 <advaitdhamorikar@gmail.com> Link: https://lore.kernel.org/r/20241127104333.18944-1-advaitdhamorikar@gmail.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 3d811a4 commit 691cdb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)