git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3947909
)
rcu: Fix coccinelle warnings
author
Fengguang Wu
<fengguang.wu@intel.com>
Thu, 10 Oct 2013 18:08:33 +0000
(11:08 -0700)
committer
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Mon, 9 Dec 2013 23:12:25 +0000
(15:12 -0800)
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>
kernel/rcu/tree.c
patch
|
blob
|
history
diff --cc
kernel/rcu/tree.c
Simple merge