Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Advait Dhamorikar and committed by
Vinod Koul
691cdb40 3d811a4f

+1 -1
+1 -1
drivers/phy/marvell/phy-mvebu-cp110-comphy.c
··· 422 422 /* wait until clocks are ready */ 423 423 mdelay(1); 424 424 425 - /* exlicitly disable 40B, the bits isn't clear on reset */ 425 + /* explicitly disable 40B, the bits isn't clear on reset */ 426 426 regmap_read(priv->regmap, MVEBU_COMPHY_CONF6(lane->id), &val); 427 427 val &= ~MVEBU_COMPHY_CONF6_40B; 428 428 regmap_write(priv->regmap, MVEBU_COMPHY_CONF6(lane->id), val);