netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: sfp: fix sfp_bus_put() kernel documentation
@ 2019-11-10 14:04 Russell King
  2019-11-10 17:23 ` Andrew Lunn
  2019-11-12  0:13 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Russell King @ 2019-11-10 14:04 UTC (permalink / raw)
  To: Andrew Lunn, Florian Fainelli, Heiner Kallweit; +Cc: David S. Miller, netdev

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: 727b3668b730 ("net: sfp: rework upstream interface")
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
---
 drivers/net/phy/sfp-bus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/phy/sfp-bus.c b/drivers/net/phy/sfp-bus.c
index 715d45214e18..c5398a023440 100644
--- a/drivers/net/phy/sfp-bus.c
+++ b/drivers/net/phy/sfp-bus.c
@@ -331,7 +331,7 @@ static void sfp_bus_release(struct kref *kref)
 
 /**
  * sfp_bus_put() - put a reference on the &struct sfp_bus
- * bus: the &struct sfp_bus found via sfp_bus_find_fwnode()
+ * @bus: the &struct sfp_bus found via sfp_bus_find_fwnode()
  *
  * Put a reference on the &struct sfp_bus and free the underlying structure
  * if this was the last reference.
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] net: sfp: fix sfp_bus_put() kernel documentation
  2019-11-10 14:04 [PATCH] net: sfp: fix sfp_bus_put() kernel documentation Russell King
@ 2019-11-10 17:23 ` Andrew Lunn
  2019-11-12  0:13 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2019-11-10 17:23 UTC (permalink / raw)
  To: Russell King; +Cc: Florian Fainelli, Heiner Kallweit, David S. Miller, netdev

On Sun, Nov 10, 2019 at 02:04:11PM +0000, Russell King wrote:
> 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: 727b3668b730 ("net: sfp: rework upstream interface")
> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] net: sfp: fix sfp_bus_put() kernel documentation
  2019-11-10 14:04 [PATCH] net: sfp: fix sfp_bus_put() kernel documentation Russell King
  2019-11-10 17:23 ` Andrew Lunn
@ 2019-11-12  0:13 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2019-11-12  0:13 UTC (permalink / raw)
  To: rmk+kernel; +Cc: andrew, f.fainelli, hkallweit1, netdev

From: Russell King <rmk+kernel@armlinux.org.uk>
Date: Sun, 10 Nov 2019 14:04:11 +0000

> 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: 727b3668b730 ("net: sfp: rework upstream interface")
> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>

Applied to net-next.

Please mark the target tree in your Subj, thank you :-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-12  0:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-10 14:04 [PATCH] net: sfp: fix sfp_bus_put() kernel documentation Russell King
2019-11-10 17:23 ` Andrew Lunn
2019-11-12  0:13 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).