mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
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>
This commit is contained in:
parent
9781642e58
commit
96c68954cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue