aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2013-10-09 11:09:29 -0400
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2013-12-03 13:10:19 -0500
commit4461212aa0c604c5214856f0ae10a2b335f7e73a (patch)
tree68a9bf42ffd9e73e039ff48563feb77050bb13a4 /kernel/rcu
parent3a5924052aec266f1035f2ff610b60b7d10dbe7f (diff)
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.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);
491 491
492/** 492/**
493 * srcu_barrier - Wait until all in-flight call_srcu() callbacks complete. 493 * srcu_barrier - Wait until all in-flight call_srcu() callbacks complete.
494 * @sp: srcu_struct on which to wait for in-flight callbacks.
494 */ 495 */
495void srcu_barrier(struct srcu_struct *sp) 496void srcu_barrier(struct srcu_struct *sp)
496{ 497{