]> Git Repo - linux.git/commitdiff
Documentation: mdio_bus.c - fix warnings
authorLothar Rubusch <[email protected]>
Mon, 6 Apr 2020 21:29:20 +0000 (21:29 +0000)
committerDavid S. Miller <[email protected]>
Wed, 8 Apr 2020 01:33:48 +0000 (18:33 -0700)
Fix wrong parameter description and related warnings at 'make htmldocs'.

Signed-off-by: Lothar Rubusch <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Tested-by: Randy Dunlap <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/phy/mdio_bus.c

index 522760c8bca6ec3d1b90b99c1b8315bb3e0ac23a..7a4eb3f2cb743a007903edaf8362eaee75602870 100644 (file)
@@ -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,
This page took 0.073625 seconds and 4 git commands to generate.