rcu: Convert "1UL << x" to "BIT(x)"
This commit saves a few characters by converting "1UL << x" to "BIT(x)".
Signed-off-by:
Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Showing
Please register or sign in to comment
This commit saves a few characters by converting "1UL << x" to "BIT(x)".
Signed-off-by:
Paul E. McKenney <paulmck@linux.vnet.ibm.com>