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:
01896f7
)
rcu: Fix dubious "if" condition in __call_rcu_nocb_enqueue()
author
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Sun, 18 Aug 2013 19:21:57 +0000
(12:21 -0700)
committer
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Mon, 23 Sep 2013 16:13:44 +0000
(09:13 -0700)
This commit replaces an incorrect (but fortunately functional)
bitwise OR ("|") operator with the correct logical OR ("||").
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcutree_plugin.h
patch
|
blob
|
history
diff --cc
kernel/rcutree_plugin.h
Simple merge