Skip to content

Commit 7f45d6f

Browse files
rddunlappaulmckrcu
authored andcommitted
doc: Drop doubled words from RCU requirements documentation
Drop the doubled words "to" and "for". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Cc: "Paul E. McKenney" <paulmck@kernel.org> Cc: Josh Triplett <josh@joshtriplett.org> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Cc: Lai Jiangshan <jiangshanlai@gmail.com> Cc: Joel Fernandes <joel@joelfernandes.org> Cc: rcu@vger.kernel.org Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
1 parent 1b98b7c commit 7f45d6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/RCU/Design/Requirements/Requirements.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2162,7 +2162,7 @@ scheduling-clock interrupt be enabled when RCU needs it to be:
21622162
this sort of thing.
21632163
#. If a CPU is in a portion of the kernel that is absolutely positively
21642164
no-joking guaranteed to never execute any RCU read-side critical
2165-
sections, and RCU believes this CPU to to be idle, no problem. This
2165+
sections, and RCU believes this CPU to be idle, no problem. This
21662166
sort of thing is used by some architectures for light-weight
21672167
exception handlers, which can then avoid the overhead of
21682168
``rcu_irq_enter()`` and ``rcu_irq_exit()`` at exception entry and
@@ -2431,7 +2431,7 @@ However, there are legitimate preemptible-RCU implementations that do
24312431
not have this property, given that any point in the code outside of an
24322432
RCU read-side critical section can be a quiescent state. Therefore,
24332433
*RCU-sched* was created, which follows “classic” RCU in that an
2434-
RCU-sched grace period waits for for pre-existing interrupt and NMI
2434+
RCU-sched grace period waits for pre-existing interrupt and NMI
24352435
handlers. In kernels built with ``CONFIG_PREEMPT=n``, the RCU and
24362436
RCU-sched APIs have identical implementations, while kernels built with
24372437
``CONFIG_PREEMPT=y`` provide a separate implementation for each.

0 commit comments

Comments
 (0)