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

Commit 78c36b15 authored by Randy Dunlap's avatar Randy Dunlap Committed by David S. Miller
Browse files

net/phy: add missing kernel-doc



Fix kernel-doc warning, missing description:

Warning(lin2627-g3-kdocfixes//drivers/net/phy/mdio_bus.c:63): No description found for parameter 'd'

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b4bb4ac8
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -55,6 +55,7 @@ EXPORT_SYMBOL(mdiobus_alloc);


/**
/**
 * mdiobus_release - mii_bus device release callback
 * mdiobus_release - mii_bus device release callback
 * @d: the target struct device that contains the mii_bus
 *
 *
 * Description: called when the last reference to an mii_bus is
 * Description: called when the last reference to an mii_bus is
 * dropped, to free the underlying memory.
 * dropped, to free the underlying memory.