Skip to content
Snippets Groups Projects
Commit 06338cef authored by Luo Jie's avatar Luo Jie Committed by Jakub Kicinski
Browse files

net: phy: fixed warning: Function parameter not described


Fixed warning: Function parameter or member 'enable' not
described in 'genphy_c45_fast_retrain'

Signed-off-by: default avatarLuo Jie <luoj@codeaurora.org>
Reviewed-by: default avatarRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20211026102957.17100-1-luoj@codeaurora.org


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 6b367174
No related branches found
No related tags found
No related merge requests found
...@@ -614,6 +614,7 @@ EXPORT_SYMBOL_GPL(genphy_c45_loopback); ...@@ -614,6 +614,7 @@ EXPORT_SYMBOL_GPL(genphy_c45_loopback);
/** /**
* genphy_c45_fast_retrain - configure fast retrain registers * genphy_c45_fast_retrain - configure fast retrain registers
* @phydev: target phy_device struct * @phydev: target phy_device struct
* @enable: enable fast retrain or not
* *
* Description: If fast-retrain is enabled, we configure PHY as * Description: If fast-retrain is enabled, we configure PHY as
* advertising fast retrain capable and THP Bypass Request, then * advertising fast retrain capable and THP Bypass Request, then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment