diff options
author | 2021-08-18 12:58:39 +0530 | |
---|---|---|
committer | 2021-09-15 11:37:51 -0700 | |
commit | d0a85858569ead8d39ba5b41501cd99bc7d7e7bd (patch) | |
tree | e9c193ba803aeabc1a985ef26a70f8b837071d8f | |
parent | rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread() loop (diff) | |
download | wireguard-linux-d0a85858569ead8d39ba5b41501cd99bc7d7e7bd.tar.xz wireguard-linux-d0a85858569ead8d39ba5b41501cd99bc7d7e7bd.zip |
rcu-tasks: Fix s/rcu_add_holdout/trc_add_holdout/ typo in comment
Signed-off-by: Neeraj Upadhyay <neeraju@codeaurora.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r-- | kernel/rcu/tasks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcu/tasks.h b/kernel/rcu/tasks.h index 7e2641783e43..75e7888b3fc9 100644 --- a/kernel/rcu/tasks.h +++ b/kernel/rcu/tasks.h @@ -991,7 +991,7 @@ static void trc_wait_for_one_reader(struct task_struct *t, // If this task is not yet on the holdout list, then we are in // an RCU read-side critical section. Otherwise, the invocation of - // rcu_add_holdout() that added it to the list did the necessary + // trc_add_holdout() that added it to the list did the necessary // get_task_struct(). Either way, the task cannot be freed out // from under this code. |