Re: [PATCH] rcutorture: replace the function name with %s

2021-01-23 Thread Paul E. McKenney
On Sat, Jan 23, 2021 at 05:54:17PM +0800, Stephen Zhang wrote: > Better to replace the function name with %s in case of changes. > > Signed-off-by: Stephen Zhang I queued both for the v5.13 merge window with the usual wordsmithing, thank you!

[PATCH] rcutorture: replace the function name with %s

2021-01-23 Thread Stephen Zhang
Better to replace the function name with %s in case of changes. Signed-off-by: Stephen Zhang --- kernel/rcu/rcutorture.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/rcu/rcutorture.c b/kernel/rcu/rcutorture.c index 2440f89..e561641 100644 ---