Re: [PATCH] rcu: Fix various typos in comments

2021-03-23 Thread Paul E. McKenney
On Tue, Mar 23, 2021 at 12:17:53PM +0100, Ingo Molnar wrote: > > * Paul E. McKenney wrote: > > > > > * there are no read-side primitives analogous to rcu_read_lock() and > > > > * rcu_read_unlock() because this primitive is intended to determine > > > > * that all tasks have passed through a

Re: [PATCH] rcu: Fix various typos in comments

2021-03-23 Thread Ingo Molnar
* Paul E. McKenney wrote: > > > * there are no read-side primitives analogous to rcu_read_lock() and > > > * rcu_read_unlock() because this primitive is intended to determine > > > * that all tasks have passed through a safe state, not so much for > > > - * data-strcuture synchronization. >

Re: [PATCH] rcu: Fix various typos in comments

2021-03-22 Thread Paul E. McKenney
eintroduce during > > development), and here are the ones it found in the RCU code. > > > > Thanks, > > > > Ingo > > > > => > > From: Ingo Molnar > > Date: Mon, 22 Mar 2021 23:57:26 +0100 > > Subject: [PATCH] rcu: Fix variou

Re: [PATCH] rcu: Fix various typos in comments

2021-03-22 Thread Paul E. McKenney
uring > > development), and here are the ones it found in the RCU code. > > > > Thanks, > > > > Ingo > > > > => > > From: Ingo Molnar > > Date: Mon, 22 Mar 2021 23:57:26 +0100 > > Subject: [PATCH] rcu: Fix various typos i

Re: [PATCH] rcu: Fix various typos in comments

2021-03-22 Thread Bhaskar Chowdhury
ngo Molnar Date: Mon, 22 Mar 2021 23:57:26 +0100 Subject: [PATCH] rcu: Fix various typos in comments Fix ~12 single-word typos in RCU code comments. Signed-off-by: Ingo Molnar Cc: Paul E. McKenney Cc: linux-kernel@vger.kernel.org --- kernel/rcu/srcutree.c

Re: [PATCH] rcu: Fix various typos in comments

2021-03-22 Thread Randy Dunlap
Thanks, > > Ingo > > => > From: Ingo Molnar > Date: Mon, 22 Mar 2021 23:57:26 +0100 > Subject: [PATCH] rcu: Fix various typos in comments > > Fix ~12 single-word typos in RCU code comments. > > Signed-off-by: Ingo Molnar > Cc: Paul E. McKenney &g

[PATCH] rcu: Fix various typos in comments

2021-03-22 Thread Ingo Molnar
100 Subject: [PATCH] rcu: Fix various typos in comments Fix ~12 single-word typos in RCU code comments. Signed-off-by: Ingo Molnar Cc: Paul E. McKenney Cc: linux-kernel@vger.kernel.org --- kernel/rcu/srcutree.c | 4 ++-- kernel/rcu/syn