rcu-tasks: Fix synchronize_rcu_tasks_trace() header comment
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 12 Jun 2020 20:11:29 +0000 (13:11 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 29 Jun 2020 19:00:46 +0000 (12:00 -0700)
commitc7dcf8106f7570b133b05ff68fd4100064965d9d
tree9780fcccd62a96bdc036daf957f2ddce37f927f4
parente13ef442fe522fa1f604efec8c899a0e1fc3d426
rcu-tasks: Fix synchronize_rcu_tasks_trace() header comment

The synchronize_rcu_tasks_trace() header comment incorrectly claims that
any number of things delimit RCU Tasks Trace read-side critical sections,
when in fact only rcu_read_lock_trace() and rcu_read_unlock_trace() do so.
This commit therefore fixes this comment, and, while in the area, fixes
a typo in the rcu_read_lock_trace() header comment.

Reported-by: Alexei Starovoitov <alexei.starovoitov@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
include/linux/rcupdate_trace.h
kernel/rcu/tasks.h