From: Neeraj Upadhyay Date: Wed, 18 Aug 2021 07:28:39 +0000 (+0530) Subject: rcu-tasks: Fix s/rcu_add_holdout/trc_add_holdout/ typo in comment X-Git-Tag: v5.16-rc1~163^2^3~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0a85858569ead8d39ba5b41501cd99bc7d7e7bd;p=thirdparty%2Fkernel%2Flinux.git rcu-tasks: Fix s/rcu_add_holdout/trc_add_holdout/ typo in comment Signed-off-by: Neeraj Upadhyay Signed-off-by: Paul E. McKenney --- diff --git a/kernel/rcu/tasks.h b/kernel/rcu/tasks.h index 7e2641783e431..75e7888b3fc95 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.