netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: mdio_bus.c - fix warnings
@ 2020-04-06 21:29 Lothar Rubusch
  2020-04-06 21:54 ` Florian Fainelli
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lothar Rubusch @ 2020-04-06 21:29 UTC (permalink / raw)
  To: andrew, f.fainelli, hkallweit1, linux, davem; +Cc: netdev, Lothar Rubusch

Fix wrong parameter description and related warnings at 'make htmldocs'.

Signed-off-by: Lothar Rubusch <l.rubusch@gmail.com>
---
 drivers/net/phy/mdio_bus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/phy/mdio_bus.c b/drivers/net/phy/mdio_bus.c
index 522760c8bca6..7a4eb3f2cb74 100644
--- a/drivers/net/phy/mdio_bus.c
+++ b/drivers/net/phy/mdio_bus.c
@@ -464,7 +464,7 @@ static struct class mdio_bus_class = {
 
 /**
  * mdio_find_bus - Given the name of a mdiobus, find the mii_bus.
- * @mdio_bus_np: Pointer to the mii_bus.
+ * @mdio_name: The name of a mdiobus.
  *
  * Returns a reference to the mii_bus, or NULL if none found.  The
  * embedded struct device will have its reference count incremented,
-- 
2.20.1


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

* Re: [PATCH] Documentation: mdio_bus.c - fix warnings
  2020-04-06 21:29 [PATCH] Documentation: mdio_bus.c - fix warnings Lothar Rubusch
@ 2020-04-06 21:54 ` Florian Fainelli
  2020-04-07 23:07 ` Randy Dunlap
  2020-04-08  1:35 ` David Miller
  2 siblings, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2020-04-06 21:54 UTC (permalink / raw)
  To: Lothar Rubusch, andrew, hkallweit1, linux, davem; +Cc: netdev



On 4/6/2020 2:29 PM, Lothar Rubusch wrote:
> Fix wrong parameter description and related warnings at 'make htmldocs'.
> 
> Signed-off-by: Lothar Rubusch <l.rubusch@gmail.com>

Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
-- 
Florian

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

* Re: [PATCH] Documentation: mdio_bus.c - fix warnings
  2020-04-06 21:29 [PATCH] Documentation: mdio_bus.c - fix warnings Lothar Rubusch
  2020-04-06 21:54 ` Florian Fainelli
@ 2020-04-07 23:07 ` Randy Dunlap
  2020-04-08  1:35 ` David Miller
  2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2020-04-07 23:07 UTC (permalink / raw)
  To: Lothar Rubusch, andrew, f.fainelli, hkallweit1, linux, davem; +Cc: netdev

On 4/6/20 2:29 PM, Lothar Rubusch wrote:
> Fix wrong parameter description and related warnings at 'make htmldocs'.
> 
> Signed-off-by: Lothar Rubusch <l.rubusch@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  drivers/net/phy/mdio_bus.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/phy/mdio_bus.c b/drivers/net/phy/mdio_bus.c
> index 522760c8bca6..7a4eb3f2cb74 100644
> --- a/drivers/net/phy/mdio_bus.c
> +++ b/drivers/net/phy/mdio_bus.c
> @@ -464,7 +464,7 @@ static struct class mdio_bus_class = {
>  
>  /**
>   * mdio_find_bus - Given the name of a mdiobus, find the mii_bus.
> - * @mdio_bus_np: Pointer to the mii_bus.
> + * @mdio_name: The name of a mdiobus.
>   *
>   * Returns a reference to the mii_bus, or NULL if none found.  The
>   * embedded struct device will have its reference count incremented,
> 

thanks.
-- 
~Randy

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

* Re: [PATCH] Documentation: mdio_bus.c - fix warnings
  2020-04-06 21:29 [PATCH] Documentation: mdio_bus.c - fix warnings Lothar Rubusch
  2020-04-06 21:54 ` Florian Fainelli
  2020-04-07 23:07 ` Randy Dunlap
@ 2020-04-08  1:35 ` David Miller
  2 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2020-04-08  1:35 UTC (permalink / raw)
  To: l.rubusch; +Cc: andrew, f.fainelli, hkallweit1, linux, netdev

From: Lothar Rubusch <l.rubusch@gmail.com>
Date: Mon,  6 Apr 2020 21:29:20 +0000

> Fix wrong parameter description and related warnings at 'make htmldocs'.
> 
> Signed-off-by: Lothar Rubusch <l.rubusch@gmail.com>

Applied.

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

end of thread, other threads:[~2020-04-08  1:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-06 21:29 [PATCH] Documentation: mdio_bus.c - fix warnings Lothar Rubusch
2020-04-06 21:54 ` Florian Fainelli
2020-04-07 23:07 ` Randy Dunlap
2020-04-08  1:35 ` 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).