From: Chu Guangqing Date: Mon, 3 Nov 2025 05:44:43 +0000 (+0800) Subject: net: sungem_phy: Fix a typo error in sungem_phy X-Git-Tag: v6.19-rc1~170^2~242 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=96c68954cd3b65f321d40b9078cdb49a26bdaf9a;p=thirdparty%2Fkernel%2Flinux.git net: sungem_phy: Fix a typo error in sungem_phy Fix a spelling mistakes for regularly Signed-off-by: Chu Guangqing Reviewed-by: Simon Horman Link: https://patch.msgid.link/20251103054443.2878-1-chuguangqing@inspur.com Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/sungem_phy.c b/drivers/net/sungem_phy.c index 55aa8d0c8e1f2..c10198d44576e 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;