commit | 1307f2148719cc9e9d12f5fa7d5b3b61ec5aef72 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Sep 29 15:29:21 2015 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Dec 04 12:26:51 2015 -0800 |
tree | 57a3caa779aec85b784500913881ed74b96999ff | |
parent | 886ef5a18a4a771d5fdc0e23ae9373bb35d529e7 [diff] |
rcu: Invert sync_rcu_exp_select_cpus() "if" statement This commit saves a couple lines of code and reduces indentation by inverting the sense of an "if" statement in the function sync_rcu_exp_select_cpus(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>