linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net/core: Fix warning while make xmldocs caused by dev.c
@ 2015-02-14 13:26 Masanari Iida
  2015-02-15  4:35 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2015-02-14 13:26 UTC (permalink / raw)
  To: monis, davem, linux-kernel, netdev; +Cc: Masanari Iida

This patch fix following warning wile make xmldocs.

  Warning(.//net/core/dev.c:5345): No description found
  for parameter 'bonding_info'
  Warning(.//net/core/dev.c:5345): Excess function parameter
  'netdev_bonding_info' description in 'netdev_bonding_info_change'

This warning starts to appear after following patch was added
into Linus's tree during merger period.

commit 61bd3857ff2c7daf756d49b41e6277bbdaa8f789
net/core: Add event for a change in slave state

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 net/core/dev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/core/dev.c b/net/core/dev.c
index d030575..2e8fcb0 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -5335,7 +5335,7 @@ EXPORT_SYMBOL(netdev_upper_dev_unlink);
 /**
  * netdev_bonding_info_change - Dispatch event about slave change
  * @dev: device
- * @netdev_bonding_info: info to dispatch
+ * @bonding_info: info to dispatch
  *
  * Send NETDEV_BONDING_INFO to netdev notifiers with info.
  * The caller must hold the RTNL lock.
-- 
2.3.0


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

* Re: [PATCH] net/core: Fix warning while make xmldocs caused by dev.c
  2015-02-14 13:26 [PATCH] net/core: Fix warning while make xmldocs caused by dev.c Masanari Iida
@ 2015-02-15  4:35 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-02-15  4:35 UTC (permalink / raw)
  To: standby24x7; +Cc: monis, linux-kernel, netdev

From: Masanari Iida <standby24x7@gmail.com>
Date: Sat, 14 Feb 2015 22:26:34 +0900

> This patch fix following warning wile make xmldocs.
> 
>   Warning(.//net/core/dev.c:5345): No description found
>   for parameter 'bonding_info'
>   Warning(.//net/core/dev.c:5345): Excess function parameter
>   'netdev_bonding_info' description in 'netdev_bonding_info_change'
> 
> This warning starts to appear after following patch was added
> into Linus's tree during merger period.
> 
> commit 61bd3857ff2c7daf756d49b41e6277bbdaa8f789
> net/core: Add event for a change in slave state
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Applied.

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

end of thread, other threads:[~2015-02-15  4:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-14 13:26 [PATCH] net/core: Fix warning while make xmldocs caused by dev.c Masanari Iida
2015-02-15  4: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).