projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bbfc25
)
rcu: Fix typo in rcu_get_gp_kthreads_prio() header comment
author
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Mon, 2 Jul 2018 19:15:25 +0000
(12:15 -0700)
committer
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Thu, 30 Aug 2018 23:02:43 +0000
(16:02 -0700)
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree.c
patch
|
blob
|
history
diff --git
a/kernel/rcu/tree.c
b/kernel/rcu/tree.c
index e1927147a4a56d425eb3e002b7370fcc21db279f..61c15de884b0c4727d91aef0cb793eec299df4e8 100644
(file)
--- a/
kernel/rcu/tree.c
+++ b/
kernel/rcu/tree.c
@@
-181,7
+181,7
@@
module_param(gp_init_delay, int, 0444);
static int gp_cleanup_delay;
module_param(gp_cleanup_delay, int, 0444);
-/* Retr
ei
ve RCU kthreads priority for rcutorture */
+/* Retr
ie
ve RCU kthreads priority for rcutorture */
int rcu_get_gp_kthreads_prio(void)
{
return kthread_prio;