Commit ab741102 authored by Lothar Rubusch's avatar Lothar Rubusch Committed by David S. Miller
Browse files

Documentation: mdio_bus.c - fix warnings



Fix wrong parameter description and related warnings at 'make htmldocs'.

Signed-off-by: default avatarLothar Rubusch <l.rubusch@gmail.com>
Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Tested-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a080da6a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -464,7 +464,7 @@ static struct class mdio_bus_class = {

/**
 * mdio_find_bus - Given the name of a mdiobus, find the mii_bus.
 * @mdio_bus_np: Pointer to the mii_bus.
 * @mdio_name: The name of a mdiobus.
 *
 * Returns a reference to the mii_bus, or NULL if none found.  The
 * embedded struct device will have its reference count incremented,