Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

srcu: Fix s/they disables/they disable/ typo in srcu_read_unlock_fast()

Typo fix in srcu_read_unlock_fast() header comment.

Reported-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Reviewed-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Joel Fernandes <joelagnelf@nvidia.com>

authored by

Paul E. McKenney and committed by
Joel Fernandes
49689070 d978d3fc

+1 -1
+1 -1
include/linux/srcutree.h
··· 260 260 * srcu_read_unlock_fast(). 261 261 * 262 262 * Note that both this_cpu_inc() and atomic_long_inc() are RCU read-side 263 - * critical sections either because they disables interrupts, because 263 + * critical sections either because they disable interrupts, because 264 264 * they are a single instruction, or because they are read-modify-write 265 265 * atomic operations, depending on the whims of the architecture. 266 266 * This matters because the SRCU-fast grace-period mechanism uses either