OSDN Git Service

net: sched: Add description for cpu_bstats argument
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Sat, 19 Mar 2016 21:31:38 +0000 (21:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 20 Mar 2016 20:48:07 +0000 (16:48 -0400)
commite9fc2f052c96142e50c6ddd0a5e7432af68bd13b
treef266ccdf0fcb22db95a2cee2e272bc0dd5819d49
parentb002fdcc89979ff342d4139d165a4e1d51e586ff
net: sched: Add description for cpu_bstats argument

Commit 22e0f8b9322c ("net: sched: make bstats per cpu and estimator RCU safe")
added the argument cpu_bstats to functions gen_new_estimator and
gen_replace_estimator and now the descriptions of these are missing for the
documentation. Adding them.

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/gen_estimator.c