diff options
author | Andrew Lunn <andrew@lunn.ch> | 2018-11-11 01:43:35 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-11-11 21:10:01 +0300 |
commit | fe1919147c69c3b820f801eb99bcc50cec0fb5a5 (patch) | |
tree | 2f8e149f1cb4957dc07a7b9c067c1f9399e045d3 | |
parent | c0ec3c2736774c69bf5c641aea7712132c0f0eba (diff) | |
download | linux-fe1919147c69c3b820f801eb99bcc50cec0fb5a5.tar.xz |
net: phy: Fixup kerneldoc markup.
Add missing markup for function parameters
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | include/linux/mii.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mii.h b/include/linux/mii.h index e7112e878bb0..fb7ae4ae8ce3 100644 --- a/include/linux/mii.h +++ b/include/linux/mii.h @@ -209,7 +209,7 @@ static inline u32 ethtool_adv_to_mii_ctrl1000_t(u32 ethadv) /** * linkmode_adv_to_mii_ctrl1000_t - * advertising: the linkmode advertisement settings + * @advertising: the linkmode advertisement settings * * A small helper function that translates linkmode advertisement * settings to phy autonegotiation advertisements for the |