aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcu/srcu.c
diff options
context:
space:
mode:
authorGravatar Paul E. McKenney <paulmck@linux.vnet.ibm.com> 2013-10-09 08:09:29 -0700
committerGravatar Paul E. McKenney <paulmck@linux.vnet.ibm.com> 2013-12-03 10:10:19 -0800
commit4461212aa0c604c5214856f0ae10a2b335f7e73a (patch)
tree68a9bf42ffd9e73e039ff48563feb77050bb13a4 /kernel/rcu/srcu.c
parentrcu: Allow task-level idle entry/exit nesting (diff)
downloadlinux-4461212aa0c604c5214856f0ae10a2b335f7e73a.tar.gz
linux-4461212aa0c604c5214856f0ae10a2b335f7e73a.tar.bz2
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/srcu.c')
-rw-r--r--kernel/rcu/srcu.c1
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)
{