aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/sfp-bus.c
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2018-01-22 19:14:26 -0800
committerDavid S. Miller <davem@davemloft.net>2018-01-23 11:06:50 -0500
commit4bb7df7d69399c86526e1b97a4c1bb95cc0d7f41 (patch)
tree0b4aa35c8d6b991ac57c4cc6c1e695e1412b0a84 /drivers/net/phy/sfp-bus.c
parentnet: core: Fix kernel-doc for carrier_* attributes (diff)
downloadlinux-dev-4bb7df7d69399c86526e1b97a4c1bb95cc0d7f41.tar.xz
linux-dev-4bb7df7d69399c86526e1b97a4c1bb95cc0d7f41.zip
net: phy: sfp: Fix kernel doc warning
We forgot to update the kernel doc header above sfp_register_upstream() Fixes: c19bb00070dd ("sfp: convert to fwnode") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/sfp-bus.c')
-rw-r--r--drivers/net/phy/sfp-bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/sfp-bus.c b/drivers/net/phy/sfp-bus.c
index bdc4bb3c8288..8961209ee949 100644
--- a/drivers/net/phy/sfp-bus.c
+++ b/drivers/net/phy/sfp-bus.c
@@ -441,7 +441,7 @@ EXPORT_SYMBOL_GPL(sfp_upstream_stop);
/**
* sfp_register_upstream() - Register the neighbouring device
- * @np: device node for the SFP bus
+ * @fwnode: firmware node for the SFP bus
* @ndev: network device associated with the interface
* @upstream: the upstream private data
* @ops: the upstream's &struct sfp_upstream_ops