Skip to content

Commit 2fca4ac

Browse files
Russell Kingdavem330
authored andcommitted
net: sfp: fix sfp_bus_put() kernel documentation
The kbuild test robot found a problem with htmldocs with the recent change to the SFP interfaces. Fix the kernel documentation for sfp_bus_put() which was missing an '@' before the argument name description. Fixes: 727b366 ("net: sfp: rework upstream interface") Signed-off-by: Russell King <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 7ec3f87 commit 2fca4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/phy/sfp-bus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ static void sfp_bus_release(struct kref *kref)
331331

332332
/**
333333
* sfp_bus_put() - put a reference on the &struct sfp_bus
334-
* bus: the &struct sfp_bus found via sfp_bus_find_fwnode()
334+
* @bus: the &struct sfp_bus found via sfp_bus_find_fwnode()
335335
*
336336
* Put a reference on the &struct sfp_bus and free the underlying structure
337337
* if this was the last reference.

0 commit comments

Comments
 (0)