mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-01 10:42:11 +00:00
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>
This commit is contained in:
parent
3d811a4f38
commit
691cdb40d5
@ -422,7 +422,7 @@ static int mvebu_comphy_ethernet_init_reset(struct mvebu_comphy_lane *lane)
|
|||||||
/* wait until clocks are ready */
|
/* wait until clocks are ready */
|
||||||
mdelay(1);
|
mdelay(1);
|
||||||
|
|
||||||
/* exlicitly disable 40B, the bits isn't clear on reset */
|
/* explicitly disable 40B, the bits isn't clear on reset */
|
||||||
regmap_read(priv->regmap, MVEBU_COMPHY_CONF6(lane->id), &val);
|
regmap_read(priv->regmap, MVEBU_COMPHY_CONF6(lane->id), &val);
|
||||||
val &= ~MVEBU_COMPHY_CONF6_40B;
|
val &= ~MVEBU_COMPHY_CONF6_40B;
|
||||||
regmap_write(priv->regmap, MVEBU_COMPHY_CONF6(lane->id), val);
|
regmap_write(priv->regmap, MVEBU_COMPHY_CONF6(lane->id), val);
|
||||||
|
Loading…
Reference in New Issue
Block a user