diff options
author | Eric Dumazet <edumazet@google.com> | 2016-06-08 09:19:45 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-06-08 14:17:39 -0400 |
commit | e0d194adfa9f5f473068cc546bee60fb84ab77ba (patch) | |
tree | 2fc71d47b23d1f37c37587bd9462f26f7875d6de /net/core | |
parent | 00bc0ef5880dc7b82f9c320dead4afaad48e47be (diff) |
net_sched: add missing paddattr description
"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>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
-rw-r--r-- | net/core/gen_stats.c | 2 |
1 files changed, 2 insertions, 0 deletions
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: | |||
47 | * @xstats_type: TLV type for backward compatibility xstats TLV | 47 | * @xstats_type: TLV type for backward compatibility xstats TLV |
48 | * @lock: statistics lock | 48 | * @lock: statistics lock |
49 | * @d: dumping handle | 49 | * @d: dumping handle |
50 | * @padattr: padding attribute | ||
50 | * | 51 | * |
51 | * Initializes the dumping handle, grabs the statistic lock and appends | 52 | * Initializes the dumping handle, grabs the statistic lock and appends |
52 | * an empty TLV header to the socket buffer for use a container for all | 53 | * 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); | |||
87 | * @type: TLV type for top level statistic TLV | 88 | * @type: TLV type for top level statistic TLV |
88 | * @lock: statistics lock | 89 | * @lock: statistics lock |
89 | * @d: dumping handle | 90 | * @d: dumping handle |
91 | * @padattr: padding attribute | ||
90 | * | 92 | * |
91 | * Initializes the dumping handle, grabs the statistic lock and appends | 93 | * Initializes the dumping handle, grabs the statistic lock and appends |
92 | * an empty TLV header to the socket buffer for use a container for all | 94 | * an empty TLV header to the socket buffer for use a container for all |