projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4929c91
)
rcu: Fix a typo in a comment
author
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Mon, 2 May 2016 19:20:51 +0000
(12:20 -0700)
committer
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Wed, 15 Jun 2016 22:59:10 +0000
(15:59 -0700)
In the area in hot pursuit of a bug, so might as well clean it up.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/rcutorture.c
patch
|
blob
|
history
diff --git
a/kernel/rcu/rcutorture.c
b/kernel/rcu/rcutorture.c
index
084a28a
..
60bd533
100644
(file)
--- a/
kernel/rcu/rcutorture.c
+++ b/
kernel/rcu/rcutorture.c
@@
-1476,7
+1476,7
@@
static int rcu_torture_barrier_cbs(void *arg)
break;
/*
* The above smp_load_acquire() ensures barrier_phase load
- * is ordered before the follo
iw
ng ->call().
+ * is ordered before the follo
wi
ng ->call().
*/
local_irq_disable(); /* Just to test no-irq call_rcu(). */
cur_ops->call(&rcu, rcu_torture_barrier_cbf);