diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2013-10-09 17:09:29 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2013-12-03 19:10:19 +0100 |
commit | 4461212aa0c604c5214856f0ae10a2b335f7e73a (patch) | |
tree | 68a9bf42ffd9e73e039ff48563feb77050bb13a4 /kernel/rcu | |
parent | rcu: Allow task-level idle entry/exit nesting (diff) | |
download | linux-4461212aa0c604c5214856f0ae10a2b335f7e73a.tar.xz linux-4461212aa0c604c5214856f0ae10a2b335f7e73a.zip |
rcu: Fix srcu_barrier() docbook header
The srcu_barrier() docbook header left out the "sp" argument, so this
commit adds that argument's docbook text.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'kernel/rcu')
-rw-r--r-- | kernel/rcu/srcu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/rcu/srcu.c b/kernel/rcu/srcu.c index 01d5ccb8bfe3..0f0c63111f20 100644 --- a/kernel/rcu/srcu.c +++ b/kernel/rcu/srcu.c @@ -491,6 +491,7 @@ EXPORT_SYMBOL_GPL(synchronize_srcu_expedited); /** * srcu_barrier - Wait until all in-flight call_srcu() callbacks complete. + * @sp: srcu_struct on which to wait for in-flight callbacks. */ void srcu_barrier(struct srcu_struct *sp) { |