From: "Paul E. McKenney" <[email protected]> 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 <[email protected]> --- kernel/rcu/srcu.c | 1 + 1 file changed, 1 insertion(+) 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) { -- 1.8.1.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

