[PATCH] phy: marvell: Fix spelling mistake "exlicitly" -> "explicitly"

Advait Dhamorikar posted 1 patch 1 year, 2 months ago
drivers/phy/marvell/phy-mvebu-cp110-comphy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] phy: marvell: Fix spelling mistake "exlicitly" -> "explicitly"
Posted by Advait Dhamorikar 1 year, 2 months ago
Fix spelling mistake in mvebu_comphy_ethernet_init_reset
comments.

Signed-off-by: Advait Dhamorikar <advaitdhamorikar@gmail.com>
---
 drivers/phy/marvell/phy-mvebu-cp110-comphy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/phy/marvell/phy-mvebu-cp110-comphy.c b/drivers/phy/marvell/phy-mvebu-cp110-comphy.c
index fefc02d921e6..71f9c14fb50d 100644
--- a/drivers/phy/marvell/phy-mvebu-cp110-comphy.c
+++ b/drivers/phy/marvell/phy-mvebu-cp110-comphy.c
@@ -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);
-- 
2.34.1
Re: [PATCH] phy: marvell: Fix spelling mistake "exlicitly" -> "explicitly"
Posted by Vinod Koul 1 year, 2 months ago
On Wed, 27 Nov 2024 16:13:33 +0530, Advait Dhamorikar wrote:
> Fix spelling mistake in mvebu_comphy_ethernet_init_reset
> comments.
> 
> 

Applied, thanks!

[1/1] phy: marvell: Fix spelling mistake "exlicitly" -> "explicitly"
      commit: 691cdb40d521809bec03788c29dcf8f7a4f9cf76

Best regards,
-- 
~Vinod