diff options
author | Luo Jie <luoj@codeaurora.org> | 2021-10-26 13:29:57 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-10-27 00:09:50 +0300 |
commit | 06338ceff92510544a732380dbb2d621bd3775bf (patch) | |
tree | 8cbe102d0c16a24279c0fbde31533deb7adfb58b /drivers/net/phy | |
parent | 6b3671746a8a3aa05316b829e1357060f35009c1 (diff) | |
download | linux-06338ceff92510544a732380dbb2d621bd3775bf.tar.xz |
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: Luo Jie <luoj@codeaurora.org>
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20211026102957.17100-1-luoj@codeaurora.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/phy')
-rw-r--r-- | drivers/net/phy/phy-c45.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/phy-c45.c b/drivers/net/phy/phy-c45.c index b01180e1f578..db709d30bf84 100644 --- a/drivers/net/phy/phy-c45.c +++ b/drivers/net/phy/phy-c45.c @@ -614,6 +614,7 @@ EXPORT_SYMBOL_GPL(genphy_c45_loopback); /** * genphy_c45_fast_retrain - configure fast retrain registers * @phydev: target phy_device struct + * @enable: enable fast retrain or not * * Description: If fast-retrain is enabled, we configure PHY as * advertising fast retrain capable and THP Bypass Request, then |