Re: [PATCH] tests: fix counting typo error

2019-10-11 Thread Markus Armbruster
Tianjia Zhang <77389...@qq.com> writes: > Instead of global variables, local variables should be incrementing, > This is a typo fix. Impact? The commit message calls it a "typo", which suggests there is none. The patch makes me suspect the bug is more serious than that. > > Signed-off-by:

Re: [PATCH] tests: fix counting typo error

2019-10-11 Thread Stefan Hajnoczi
On Thu, Oct 10, 2019 at 08:17:02PM +0800, Tianjia Zhang wrote: > Instead of global variables, local variables should be incrementing, > This is a typo fix. > > Signed-off-by: Tianjia Zhang <77389...@qq.com> > --- > tests/test-rcu-list.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH] tests: fix counting typo error

2019-10-10 Thread Tianjia Zhang
Instead of global variables, local variables should be incrementing, This is a typo fix. Signed-off-by: Tianjia Zhang <77389...@qq.com> --- tests/test-rcu-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-rcu-list.c b/tests/test-rcu-list.c index