diff options
author | Andrew Lunn <andrew@lunn.ch> | 2020-09-23 01:29:02 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-09-24 04:02:49 +0300 |
commit | 39097ab66dbe89b16438dd6d178d49e75cb922ed (patch) | |
tree | 6dc7a8d1b9e754a37778e3a475644b20ded2dae3 /include/linux/phy.h | |
parent | 3fc826f121d89c5aa4afd7b3408b07e0ff59466b (diff) | |
download | linux-39097ab66dbe89b16438dd6d178d49e75cb922ed.tar.xz |
net: phy: Fixup kernel doc
Add missing parameter documentation, or fixup wrong parameter names.
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/phy.h')
-rw-r--r-- | include/linux/phy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h index 3a09d2bf69ea..4901b2637059 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h @@ -1566,8 +1566,9 @@ static inline int mdiobus_register_board_info(const struct mdio_board_info *i, /** - * module_phy_driver() - Helper macro for registering PHY drivers + * phy_module_driver() - Helper macro for registering PHY drivers * @__phy_drivers: array of PHY drivers to register + * @__count: Numbers of members in array * * Helper macro for PHY drivers which do not do anything special in module * init/exit. Each module may only use this macro once, and calling it |