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

Documentation/RCU: s/not/note/ in checklist.rst

"Please not that you *cannot* rely..." has a typo.
Fix it.

Acked-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>

authored by

Qiuxu Zhuo and committed by
Joel Fernandes (Google)
e5ad8b68 e15a1930

+1 -1
+1 -1
Documentation/RCU/checklist.rst
··· 70 70 can serve as rcu_read_lock_sched(), but is less readable and 71 71 prevents lockdep from detecting locking issues. 72 72 73 - Please not that you *cannot* rely on code known to be built 73 + Please note that you *cannot* rely on code known to be built 74 74 only in non-preemptible kernels. Such code can and will break, 75 75 especially in kernels built with CONFIG_PREEMPT_COUNT=y. 76 76