diff options
author | Luis de Bethencourt <luisbg@osg.samsung.com> | 2016-03-19 21:19:55 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-20 16:48:06 -0400 |
commit | b002fdcc89979ff342d4139d165a4e1d51e586ff (patch) | |
tree | fc11ce162a71dba7f6f3c170de52587bc0f19a70 /net/core/gen_stats.c | |
parent | ebf918cf9922748b9d4d9bf6a2620530cdc5a1d0 (diff) | |
download | linux-b002fdcc89979ff342d4139d165a4e1d51e586ff.tar.bz2 |
gen_stats.c: Add description for cpu argument
Function gnet_stats_copy_basic is missing the description of the cpu
argument in the documentation. Adding it.
Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/gen_stats.c')
-rw-r--r-- | net/core/gen_stats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/gen_stats.c b/net/core/gen_stats.c index 1e2f46a69d50..e640462ea8bf 100644 --- a/net/core/gen_stats.c +++ b/net/core/gen_stats.c @@ -140,6 +140,7 @@ EXPORT_SYMBOL(__gnet_stats_copy_basic); /** * gnet_stats_copy_basic - copy basic statistics into statistic TLV * @d: dumping handle + * @cpu: copy statistic per cpu * @b: basic statistics * * Appends the basic statistics to the top level TLV created by |