Re: [PATCH] RCU: fix a typo in comments of rcu_blocking_is_gp

2020-10-15 Thread Paul E. McKenney
On Thu, Oct 15, 2020 at 03:53:03AM +, Zhouyi Zhou wrote: > There is a tiny typo in comment of function rcu_blocking_is_gp. > > Signed-off-by: Zhouyi Zhou Good catch, queued, thank you! Thanx, Paul > --- > kernel/rcu/tree.c |2 +-

[PATCH] RCU: fix a typo in comments of rcu_blocking_is_gp

2020-10-14 Thread Zhouyi Zhou
There is a tiny typo in comment of function rcu_blocking_is_gp. Signed-off-by: Zhouyi Zhou --- kernel/rcu/tree.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c index f78ee75..4cca03f 100644 --- a/kernel/rcu/tree.c +++ b/kernel/rcu/