Re: [PATCH] RCU: some improvements to comments of tree.c

2021-03-30 Thread Paul E. McKenney
On Sun, Mar 21, 2021 at 11:17:25AM +0800, Zhouyi Zhou wrote: > During my study of RCU, I go through tree.c many times > and try to make some improvements to the comments. > > Thanks a lot. Thank you for looking this over and for the patch! The commit log should read something like this:

[PATCH] RCU: some improvements to comments of tree.c

2021-03-20 Thread Zhouyi Zhou
During my study of RCU, I go through tree.c many times and try to make some improvements to the comments. Thanks a lot. Signed-off-by: Zhouyi Zhou --- kernel/rcu/tree.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/kernel/rcu/tree.c