summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChu Guangqing <chuguangqing@inspur.com>2025-11-03 13:44:43 +0800
committerJakub Kicinski <kuba@kernel.org>2025-11-04 17:00:55 -0800
commit96c68954cd3b65f321d40b9078cdb49a26bdaf9a (patch)
tree2c628d85778a04c1ad992e3029545e5393524257
parent9781642e58903e52f3c607e957e5220e95e792b6 (diff)
net: sungem_phy: Fix a typo error in sungem_phy
Fix a spelling mistakes for regularly Signed-off-by: Chu Guangqing <chuguangqing@inspur.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/20251103054443.2878-1-chuguangqing@inspur.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--drivers/net/sungem_phy.c2
1 files changed, 1 insertions, 1 deletions
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;