]> www.infradead.org Git - users/willy/xarray.git/commitdiff
phy: marvell: Fix spelling mistake "exlicitly" -> "explicitly"
authorAdvait Dhamorikar <advaitdhamorikar@gmail.com>
Wed, 27 Nov 2024 10:43:33 +0000 (16:13 +0530)
committerVinod Koul <vkoul@kernel.org>
Wed, 4 Dec 2024 14:11:59 +0000 (19:41 +0530)
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>
drivers/phy/marvell/phy-mvebu-cp110-comphy.c

index fefc02d921e699c9721ee9f6dc6934f14731c5b6..71f9c14fb50ddb432d141b87678363b1406a27ce 100644 (file)
@@ -422,7 +422,7 @@ static int mvebu_comphy_ethernet_init_reset(struct mvebu_comphy_lane *lane)
        /* wait until clocks are ready */
        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);
        val &= ~MVEBU_COMPHY_CONF6_40B;
        regmap_write(priv->regmap, MVEBU_COMPHY_CONF6(lane->id), val);