projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5c071c
)
rcu-tasks: Fix s/instruction/instructions/ typo in comment
author
Paul E. McKenney
<paulmck@kernel.org>
Thu, 5 Aug 2021 16:54:45 +0000
(09:54 -0700)
committer
Paul E. McKenney
<paulmck@kernel.org>
Wed, 15 Sep 2021 18:37:50 +0000
(11:37 -0700)
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/tasks.h
patch
|
blob
|
history
diff --git
a/kernel/rcu/tasks.h
b/kernel/rcu/tasks.h
index
a3f4f9b
..
43c0f71
100644
(file)
--- a/
kernel/rcu/tasks.h
+++ b/
kernel/rcu/tasks.h
@@
-758,7
+758,7
@@
EXPORT_SYMBOL_GPL(show_rcu_tasks_rude_gp_kthread);
// 2. Protects code in the idle loop, exception entry/exit, and
// CPU-hotplug code paths, similar to the capabilities of SRCU.
//
-// 3. Avoids expensive read-side instruction, having overhead similar
+// 3. Avoids expensive read-side instruction
s
, having overhead similar
// to that of Preemptible RCU.
//
// There are of course downsides. The grace-period code can send IPIs to