netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] net_sched: add missing paddattr description
@ 2016-06-08 13:19 Eric Dumazet
  2016-06-08 13:37 ` Nicolas Dichtel
  2016-06-08 18:17 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Dumazet @ 2016-06-08 13:19 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, Nicolas Dichtel

From: Eric Dumazet <edumazet@google.com>

"make htmldocs" complains otherwise:

.//net/core/gen_stats.c:65: warning: No description found for parameter 'padattr'
.//net/core/gen_stats.c:101: warning: No description found for parameter 'padattr'


Fixes: 9854518ea04d ("sched: align nlattr properly when needed")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
---
 net/core/gen_stats.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/net/core/gen_stats.c b/net/core/gen_stats.c
index f96ee8b9478d..be873e4e3125 100644
--- a/net/core/gen_stats.c
+++ b/net/core/gen_stats.c
@@ -47,6 +47,7 @@ nla_put_failure:
  * @xstats_type: TLV type for backward compatibility xstats TLV
  * @lock: statistics lock
  * @d: dumping handle
+ * @padattr: padding attribute
  *
  * Initializes the dumping handle, grabs the statistic lock and appends
  * an empty TLV header to the socket buffer for use a container for all
@@ -87,6 +88,7 @@ EXPORT_SYMBOL(gnet_stats_start_copy_compat);
  * @type: TLV type for top level statistic TLV
  * @lock: statistics lock
  * @d: dumping handle
+ * @padattr: padding attribute
  *
  * Initializes the dumping handle, grabs the statistic lock and appends
  * an empty TLV header to the socket buffer for use a container for all

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

* Re: [PATCH net] net_sched: add missing paddattr description
  2016-06-08 13:19 [PATCH net] net_sched: add missing paddattr description Eric Dumazet
@ 2016-06-08 13:37 ` Nicolas Dichtel
  2016-06-08 18:17 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Dichtel @ 2016-06-08 13:37 UTC (permalink / raw)
  To: Eric Dumazet, David Miller; +Cc: netdev

Le 08/06/2016 15:19, Eric Dumazet a écrit :
> From: Eric Dumazet <edumazet@google.com>
> 
> "make htmldocs" complains otherwise:
> 
> .//net/core/gen_stats.c:65: warning: No description found for parameter 'padattr'
> .//net/core/gen_stats.c:101: warning: No description found for parameter 'padattr'
> 
> 
> Fixes: 9854518ea04d ("sched: align nlattr properly when needed")
> Signed-off-by: Eric Dumazet <edumazet@google.com>
> Reported-by: kbuild test robot <fengguang.wu@intel.com>
Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>

Thanks Eric.

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

* Re: [PATCH net] net_sched: add missing paddattr description
  2016-06-08 13:19 [PATCH net] net_sched: add missing paddattr description Eric Dumazet
  2016-06-08 13:37 ` Nicolas Dichtel
@ 2016-06-08 18:17 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2016-06-08 18:17 UTC (permalink / raw)
  To: eric.dumazet; +Cc: netdev, nicolas.dichtel

From: Eric Dumazet <eric.dumazet@gmail.com>
Date: Wed, 08 Jun 2016 06:19:45 -0700

> From: Eric Dumazet <edumazet@google.com>
> 
> "make htmldocs" complains otherwise:
> 
> .//net/core/gen_stats.c:65: warning: No description found for parameter 'padattr'
> .//net/core/gen_stats.c:101: warning: No description found for parameter 'padattr'
> 
> 
> Fixes: 9854518ea04d ("sched: align nlattr properly when needed")
> Signed-off-by: Eric Dumazet <edumazet@google.com>
> Reported-by: kbuild test robot <fengguang.wu@intel.com>

Applied, thanks.

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

end of thread, other threads:[~2016-06-08 18:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-08 13:19 [PATCH net] net_sched: add missing paddattr description Eric Dumazet
2016-06-08 13:37 ` Nicolas Dichtel
2016-06-08 18:17 ` 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).