diff options
| author | Paul E. McKenney <paulmck@kernel.org> | 2026-08-14 15:37:15 -0700 |
|---|---|---|
| committer | Paul E. McKenney <paulmck@kernel.org> | 2026-08-14 15:42:27 -0700 |
| commit | 301d28fefd141d1504b4226e8fa87db6a31f3ca1 (patch) | |
| tree | a57473b4e2afebc8dc9c82d6dba808442bb3ae3d /kernel | |
| parent | 76892716e187e1bb4be30c8c980204b501c28555 (diff) | |
rcu: Add closing parenthesis in comment in rcu_read_unlock_strict()
This comment is missing a closing parenthesis:
* The in_atomic_preempt_off() check ensures that we come here holding
* the last preempt_count (which will get dropped once we return to
* __rcu_read_unlock().
This commit therefore adds it at the end of the sentence.
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/rcu/tree_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h index 6904a4f826d1..9c17dec821d3 100644 --- a/kernel/rcu/tree_plugin.h +++ b/kernel/rcu/tree_plugin.h @@ -949,7 +949,7 @@ void rcu_read_unlock_strict(void) * * The in_atomic_preempt_off() check ensures that we come here holding * the last preempt_count (which will get dropped once we return to - * __rcu_read_unlock(). + * __rcu_read_unlock()). */ rdp = this_cpu_ptr(&rcu_data); WRITE_ONCE(rdp->cpu_no_qs.b.norm, false); |
