aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio_device.c
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2020-07-07 03:49:34 +0200
committerDavid S. Miller <davem@davemloft.net>2020-07-07 12:47:10 -0700
commit19c5a5fec30bde10d269a9f638566195016c90ed (patch)
tree8af691b1b744fc517bbd05d55a63fa0cca9e4606 /drivers/net/phy/mdio_device.c
parentnet: phy: at803x: Avoid comparison is always false warning (diff)
downloadlinux-dev-19c5a5fec30bde10d269a9f638566195016c90ed.tar.xz
linux-dev-19c5a5fec30bde10d269a9f638566195016c90ed.zip
net: phy: Fixup parameters in kerneldoc
Correct the kerneldoc for a few structure and function calls, as reported by C=1 W=1. Cc: Alexandru Ardelean <alexaundru.ardelean@analog.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/mdio_device.c')
-rw-r--r--drivers/net/phy/mdio_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/mdio_device.c b/drivers/net/phy/mdio_device.c
index be615504b829..0f625a1b1644 100644
--- a/drivers/net/phy/mdio_device.c
+++ b/drivers/net/phy/mdio_device.c
@@ -181,7 +181,7 @@ static int mdio_remove(struct device *dev)
/**
* mdio_driver_register - register an mdio_driver with the MDIO layer
- * @new_driver: new mdio_driver to register
+ * @drv: new mdio_driver to register
*/
int mdio_driver_register(struct mdio_driver *drv)
{