Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Chu Guangqing and committed by
Jakub Kicinski
96c68954 9781642e

+1 -1
+1 -1
drivers/net/sungem_phy.c
··· 1165 1165 int i; 1166 1166 1167 1167 /* We do not reset the mii_phy structure as the driver 1168 - * may re-probe the PHY regulary 1168 + * may re-probe the PHY regularly 1169 1169 */ 1170 1170 phy->mii_id = mii_id; 1171 1171