commit | 98c46f8625478afabc190cd29ddbc494d94cba6a | [log] [tgz] |
---|---|---|
author | Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> | Thu Oct 10 11:08:33 2013 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Oct 11 16:06:25 2013 -0700 |
tree | 799c303d2122b9574195e514203104ab9ec4f7e4 | |
parent | 862b144dc9daccb150e9992f3b9c48f7ec11d7e9 [diff] |
rcu: Fix coccinelle warnings This commit fixes the following coccinelle warning: kernel/rcu/tree.c:712:9-10: WARNING: return of 0/1 in function 'rcu_lockdep_current_cpu_online' with return type bool Return statements in functions returning bool should use true/false instead of 1/0. Generated by: coccinelle/misc/boolreturn.cocci Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>