rcu: Variable name changed in tree_plugin.h and used in tree.c
authorUma Sharma <uma.sharma523@gmail.com>
Mon, 24 Mar 2014 05:32:09 +0000 (22:32 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 14 May 2014 18:41:04 +0000 (11:41 -0700)
The variable and struct both having the name "rcu_state" confuses
sparse in some situations, so this commit changes the variable to
"rcu_state_p" in order to avoid this confusion.  This also makes
things easier for human readers.

Signed-off-by: Uma Sharma <uma.sharma523@gmail.com>
[ paulmck: Changed the declaration and several additional uses. ]
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree.c
kernel/rcu/tree_plugin.h

Simple merge
Simple merge