summaryrefslogtreecommitdiff
path: root/kernel/rcu/srcu.c
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2013-10-09 15:09:29 (GMT)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2013-12-03 18:10:19 (GMT)
commit4461212aa0c604c5214856f0ae10a2b335f7e73a (patch)
tree68a9bf42ffd9e73e039ff48563feb77050bb13a4 /kernel/rcu/srcu.c
parent3a5924052aec266f1035f2ff610b60b7d10dbe7f (diff)
downloadlinux-4461212aa0c604c5214856f0ae10a2b335f7e73a.tar.xz
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 01d5ccb..0f0c631 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)
{