]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Documentation: Fix RCU typos
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 13 Aug 2025 20:04:58 +0000 (15:04 -0500)
committerJonathan Corbet <corbet@lwn.net>
Mon, 18 Aug 2025 16:31:19 +0000 (10:31 -0600)
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
Documentation/RCU/lockdep.rst
Documentation/RCU/stallwarn.rst

index 69e73a39bd112c3888d3ad117b1cc7d4d958fdbd..741b157bbacb1dbed756252ad4cfa9275c532267 100644 (file)
@@ -106,7 +106,7 @@ or the RCU-protected data that it points to can change concurrently.
 Like rcu_dereference(), when lockdep is enabled, RCU list and hlist
 traversal primitives check for being called from within an RCU read-side
 critical section.  However, a lockdep expression can be passed to them
-as a additional optional argument.  With this lockdep expression, these
+as an additional optional argument.  With this lockdep expression, these
 traversal primitives will complain only if the lockdep expression is
 false and they are called from outside any RCU read-side critical section.
 
index d1ccd6039a8c3a6b7a90cf6e8f4b61a0a5f43d17..d7c8eff6331740a6f19d4acb48244ec2cab8c0bc 100644 (file)
@@ -119,7 +119,7 @@ warnings:
        uncommon in large datacenter.  In one memorable case some decades
        back, a CPU failed in a running system, becoming unresponsive,
        but not causing an immediate crash.  This resulted in a series
-       of RCU CPU stall warnings, eventually leading the realization
+       of RCU CPU stall warnings, eventually leading to the realization
        that the CPU had failed.
 
 The RCU, RCU-sched, RCU-tasks, and RCU-tasks-trace implementations have