Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c6ab3e7 authored by Randy Dunlap's avatar Randy Dunlap Committed by David S. Miller
Browse files

net: phy: fix kernel-doc warnings



Fix kernel-doc warnings (typo) in drivers/net/phy/phy.c:

..//drivers/net/phy/phy.c:259: warning: No description found for parameter 'features'
..//drivers/net/phy/phy.c:259: warning: Excess function parameter 'feature' description in 'phy_lookup_setting'

Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6044bd4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -241,7 +241,7 @@ static const struct phy_setting settings[] = {
 * phy_lookup_setting - lookup a PHY setting
 * phy_lookup_setting - lookup a PHY setting
 * @speed: speed to match
 * @speed: speed to match
 * @duplex: duplex to match
 * @duplex: duplex to match
 * @feature: allowed link modes
 * @features: allowed link modes
 * @exact: an exact match is required
 * @exact: an exact match is required
 *
 *
 * Search the settings array for a setting that matches the speed and
 * Search the settings array for a setting that matches the speed and