[PATCH] net: sungem_phy: Fix a typo error in sungem_phy

Chu Guangqing posted 1 patch 3 months, 1 week ago
drivers/net/sungem_phy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] net: sungem_phy: Fix a typo error in sungem_phy
Posted by Chu Guangqing 3 months, 1 week ago
Fix a spelling mistakes for regularly

Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
---
 drivers/net/sungem_phy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/sungem_phy.c b/drivers/net/sungem_phy.c
index 55aa8d0c8e1f..c10198d44576 100644
--- a/drivers/net/sungem_phy.c
+++ b/drivers/net/sungem_phy.c
@@ -1165,7 +1165,7 @@ int sungem_phy_probe(struct mii_phy *phy, int mii_id)
 	int i;
 
 	/* We do not reset the mii_phy structure as the driver
-	 * may re-probe the PHY regulary
+	 * may re-probe the PHY regularly
 	 */
 	phy->mii_id = mii_id;
 
-- 
2.43.7
Re: [PATCH] net: sungem_phy: Fix a typo error in sungem_phy
Posted by Simon Horman 3 months ago
On Mon, Nov 03, 2025 at 01:44:43PM +0800, Chu Guangqing wrote:
> Fix a spelling mistakes for regularly
> 
> Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
> ---
>  drivers/net/sungem_phy.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks,

I see that with this change this file is now codespell-clean.

Reviewed-by: Simon Horman <horms@kernel.org>

...