Re: [PATCH] rcutorture: don't compare ptr with 0

2013-01-04 Thread Paul E. McKenney
On Thu, Dec 20, 2012 at 02:39:12PM -0800, Josh Triplett wrote: > On Thu, Dec 20, 2012 at 02:11:28PM -0500, Sasha Levin wrote: > > Signed-off-by: Sasha Levin > > Fair enough. You might as well change the first half of the conditional > too, though. In any case: > > Reviewed-by: Josh Triplett

Re: [PATCH] rcutorture: don't compare ptr with 0

2012-12-20 Thread Josh Triplett
On Thu, Dec 20, 2012 at 02:11:28PM -0500, Sasha Levin wrote: > Signed-off-by: Sasha Levin Fair enough. You might as well change the first half of the conditional too, though. In any case: Reviewed-by: Josh Triplett > kernel/rcutorture.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-

[PATCH] rcutorture: don't compare ptr with 0

2012-12-20 Thread Sasha Levin
Signed-off-by: Sasha Levin --- kernel/rcutorture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/rcutorture.c b/kernel/rcutorture.c index 31dea01..0249800 100644 --- a/kernel/rcutorture.c +++ b/kernel/rcutorture.c @@ -1749,7 +1749,7 @@ static int rcu_torture_barrier_i