]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4ab14acc5048121d5e0ae45746172fe5d1818574
treef266ccdf0fcb22db95a2cee2e272bc0dd5819d49
parentcb48f3f6659b8bd461baf5a2b769a6ba2834df5f
net: sched: Add description for cpu_bstats argument

Commit f8cc4369c692 ("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