net: update docbook comment for __mdiobus_register()
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 25 Sep 2015 10:56:56 +0000 (11:56 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Sep 2015 04:37:19 +0000 (21:37 -0700)
Update the docbook comment for __mdiobus_register() to include the new
module owner argument.  This resolves a warning found by the 0-day
builder.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/mdio_bus.c

index c340e412b38ff65a734507b9d31ebc1c21a5941e..12f44c53cc8ebca7cba92119c26b01b249e31846 100644 (file)
@@ -236,11 +236,14 @@ static inline void of_mdiobus_link_phydev(struct mii_bus *mdio,
 #endif
 
 /**
- * mdiobus_register - bring up all the PHYs on a given bus and attach them to bus
+ * __mdiobus_register - bring up all the PHYs on a given bus and attach them to bus
  * @bus: target mii_bus
+ * @owner: module containing bus accessor functions
  *
  * Description: Called by a bus driver to bring up all the PHYs
- *   on a given bus, and attach them to the bus.
+ *   on a given bus, and attach them to the bus. Drivers should use
+ *   mdiobus_register() rather than __mdiobus_register() unless they
+ *   need to pass a specific owner module.
  *
  * Returns 0 on success or < 0 on error.
  */