1
0
Fork 0

rcu: Fix typo in rcu_get_gp_kthreads_prio() header comment

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
hifive-unleashed-5.1
Paul E. McKenney 2018-07-02 12:15:25 -07:00
parent 2bbfc25b09
commit 4cf439a200
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ module_param(gp_init_delay, int, 0444);
static int gp_cleanup_delay;
module_param(gp_cleanup_delay, int, 0444);
/* Retreive RCU kthreads priority for rcutorture */
/* Retrieve RCU kthreads priority for rcutorture */
int rcu_get_gp_kthreads_prio(void)
{
return kthread_prio;