From: Paul E. McKenney Date: Thu, 19 Feb 2015 20:15:19 +0000 (-0800) Subject: rcutorture: Make consistent use of variables X-Git-Tag: omap-for-v4.2/o2_dc~148^2~2^2^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c136f991049f51212e3d837a9f41708158591869;p=pandora-kernel.git rcutorture: Make consistent use of variables The "if" statement at the beginning of rcu_torture_writer() should use the same set of variables. In theory, this does not matter because the corresponding variables (gp_sync and gp_sync1) have the same value at this point in the code, but in practice such puzzles should be removed. This commit therefore makes the use of variables consistent. Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed