diff options
author | David S. Miller <davem@davemloft.net> | 2020-09-23 18:02:49 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-09-23 18:02:49 -0700 |
commit | e0da743066b4c59c9b67b0717462bf1dfede544b (patch) | |
tree | 6a5a83483d883705152f2c763163d8f7cc595003 /include/linux/mdio.h | |
parent | 3fc826f121d89c5aa4afd7b3408b07e0ff59466b (diff) | |
parent | 4069a572d423b73919ae40a500dfc4b10f8a6f32 (diff) |
Merge branch 'PHY-subsystem-kernel-doc'
Andrew Lunn says:
====================
PHY subsystem kernel doc
The first patches fix existing warnings in the kerneldoc for the PHY
subsystem, and then the 2nd extend the kernel documentation for the
major structures and functions in the PHY subsystem.
v2:
Drop the other fixes which have already been merged.
s/phy/PHY/g
TBI
TypOs
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mdio.h')
-rw-r--r-- | include/linux/mdio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mdio.h b/include/linux/mdio.h index 3a88b699b758..dbd69b3d170b 100644 --- a/include/linux/mdio.h +++ b/include/linux/mdio.h @@ -306,7 +306,7 @@ static inline u32 linkmode_adv_to_mii_10gbt_adv_t(unsigned long *advertising) /** * mii_10gbt_stat_mod_linkmode_lpa_t * @advertising: target the linkmode advertisement settings - * @adv: value of the C45 10GBASE-T AN STATUS register + * @lpa: value of the C45 10GBASE-T AN STATUS register * * A small helper function that translates C45 10GBASE-T AN STATUS register bits * to linkmode advertisement settings. Other bits in advertising aren't changed. @@ -371,6 +371,7 @@ struct phy_device *mdiobus_get_phy(struct mii_bus *bus, int addr); /** * mdio_module_driver() - Helper macro for registering mdio drivers + * @_mdio_driver: driver to register * * Helper macro for MDIO drivers which do not do anything special in module * init/exit. Each module may only use this macro once, and calling it |