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

Documentation: Fix RCU typos

Fix typos.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250813200526.290420-3-helgaas@kernel.org

authored by

Bjorn Helgaas and committed by
Jonathan Corbet
aa7acf34 c676a536

+2 -2
+1 -1
Documentation/RCU/lockdep.rst
··· 106 106 Like rcu_dereference(), when lockdep is enabled, RCU list and hlist 107 107 traversal primitives check for being called from within an RCU read-side 108 108 critical section. However, a lockdep expression can be passed to them 109 - as a additional optional argument. With this lockdep expression, these 109 + as an additional optional argument. With this lockdep expression, these 110 110 traversal primitives will complain only if the lockdep expression is 111 111 false and they are called from outside any RCU read-side critical section. 112 112
+1 -1
Documentation/RCU/stallwarn.rst
··· 119 119 uncommon in large datacenter. In one memorable case some decades 120 120 back, a CPU failed in a running system, becoming unresponsive, 121 121 but not causing an immediate crash. This resulted in a series 122 - of RCU CPU stall warnings, eventually leading the realization 122 + of RCU CPU stall warnings, eventually leading to the realization 123 123 that the CPU had failed. 124 124 125 125 The RCU, RCU-sched, RCU-tasks, and RCU-tasks-trace implementations have