net: phy: sfp: Fix kernel doc warning
authorFlorian Fainelli <f.fainelli@gmail.com>
Tue, 23 Jan 2018 03:14:26 +0000 (19:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Jan 2018 16:06:50 +0000 (11:06 -0500)
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>
drivers/net/phy/sfp-bus.c

index bdc4bb3..8961209 100644 (file)
@@ -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