rcu: Prevent excessive line length in RCU_STATE_INITIALIZER()
authorPaul E. McKenney <paul.mckenney@linaro.org>
Tue, 29 May 2012 02:41:41 +0000 (19:41 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 2 Jul 2012 19:33:21 +0000 (12:33 -0700)
commit6c90cc7bf077f28144013e949ee0c122012d194a
treeaedacfab9695fb43af69e6c30c2f2fa3081e7dc6
parentcca6f3931920a7547d02e68adc2ca635bea5600c
rcu: Prevent excessive line length in RCU_STATE_INITIALIZER()

Upcoming rcu_barrier() concurrency commits will result in line lengths
greater than 80 characters in the RCU_STATE_INITIALIZER(), so this commit
shortens the name of the macro's argument to prevent this.

Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
kernel/rcutree.c