All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Documentation: RCU: eliminate duplicated words
@ 2020-07-03 21:33 Randy Dunlap
  2020-07-03 21:33 ` [PATCH 1/2] Documentation: RCU: Data-Structures: drop doubled words Randy Dunlap
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Randy Dunlap @ 2020-07-03 21:33 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Paul E. McKenney,
	Josh Triplett, Steven Rostedt, Mathieu Desnoyers, Lai Jiangshan,
	Joel Fernandes, rcu

Drop all doubled words from RCU documentation.


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



 Documentation/RCU/Design/Data-Structures/Data-Structures.rst |    2 +-
 Documentation/RCU/Design/Requirements/Requirements.rst       |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] Documentation: RCU: Data-Structures: drop doubled words
  2020-07-03 21:33 [PATCH 0/2] Documentation: RCU: eliminate duplicated words Randy Dunlap
@ 2020-07-03 21:33 ` Randy Dunlap
  2020-07-03 21:33 ` [PATCH 2/2] Documentation: RCU: Requirements: " Randy Dunlap
  2020-07-04 16:46 ` [PATCH 0/2] Documentation: RCU: eliminate duplicated words Paul E. McKenney
  2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2020-07-03 21:33 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Paul E. McKenney,
	Josh Triplett, Steven Rostedt, Mathieu Desnoyers, Lai Jiangshan,
	Joel Fernandes, rcu

Drop the doubled word "the".

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
---
or it could be changed to "then the".

 Documentation/RCU/Design/Data-Structures/Data-Structures.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/RCU/Design/Data-Structures/Data-Structures.rst
+++ linux-next-20200701/Documentation/RCU/Design/Data-Structures/Data-Structures.rst
@@ -963,7 +963,7 @@ exit and perhaps also vice versa. Theref
 ``->dynticks_nesting`` field is incremented up from zero, the
 ``->dynticks_nmi_nesting`` field is set to a large positive number, and
 whenever the ``->dynticks_nesting`` field is decremented down to zero,
-the the ``->dynticks_nmi_nesting`` field is set to zero. Assuming that
+the ``->dynticks_nmi_nesting`` field is set to zero. Assuming that
 the number of misnested interrupts is not sufficient to overflow the
 counter, this approach corrects the ``->dynticks_nmi_nesting`` field
 every time the corresponding CPU enters the idle loop from process

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 2/2] Documentation: RCU: Requirements: drop doubled words
  2020-07-03 21:33 [PATCH 0/2] Documentation: RCU: eliminate duplicated words Randy Dunlap
  2020-07-03 21:33 ` [PATCH 1/2] Documentation: RCU: Data-Structures: drop doubled words Randy Dunlap
@ 2020-07-03 21:33 ` Randy Dunlap
  2020-07-04 16:46 ` [PATCH 0/2] Documentation: RCU: eliminate duplicated words Paul E. McKenney
  2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2020-07-03 21:33 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Paul E. McKenney,
	Josh Triplett, Steven Rostedt, Mathieu Desnoyers, Lai Jiangshan,
	Joel Fernandes, rcu

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
---
 Documentation/RCU/Design/Requirements/Requirements.rst |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20200701.orig/Documentation/RCU/Design/Requirements/Requirements.rst
+++ linux-next-20200701/Documentation/RCU/Design/Requirements/Requirements.rst
@@ -2162,7 +2162,7 @@ scheduling-clock interrupt be enabled wh
    this sort of thing.
 #. If a CPU is in a portion of the kernel that is absolutely positively
    no-joking guaranteed to never execute any RCU read-side critical
-   sections, and RCU believes this CPU to to be idle, no problem. This
+   sections, and RCU believes this CPU to be idle, no problem. This
    sort of thing is used by some architectures for light-weight
    exception handlers, which can then avoid the overhead of
    ``rcu_irq_enter()`` and ``rcu_irq_exit()`` at exception entry and
@@ -2431,7 +2431,7 @@ However, there are legitimate preemptibl
 not have this property, given that any point in the code outside of an
 RCU read-side critical section can be a quiescent state. Therefore,
 *RCU-sched* was created, which follows “classic” RCU in that an
-RCU-sched grace period waits for for pre-existing interrupt and NMI
+RCU-sched grace period waits for pre-existing interrupt and NMI
 handlers. In kernels built with ``CONFIG_PREEMPT=n``, the RCU and
 RCU-sched APIs have identical implementations, while kernels built with
 ``CONFIG_PREEMPT=y`` provide a separate implementation for each.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] Documentation: RCU: eliminate duplicated words
  2020-07-03 21:33 [PATCH 0/2] Documentation: RCU: eliminate duplicated words Randy Dunlap
  2020-07-03 21:33 ` [PATCH 1/2] Documentation: RCU: Data-Structures: drop doubled words Randy Dunlap
  2020-07-03 21:33 ` [PATCH 2/2] Documentation: RCU: Requirements: " Randy Dunlap
@ 2020-07-04 16:46 ` Paul E. McKenney
  2 siblings, 0 replies; 4+ messages in thread
From: Paul E. McKenney @ 2020-07-04 16:46 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-kernel, Jonathan Corbet, linux-doc, Josh Triplett,
	Steven Rostedt, Mathieu Desnoyers, Lai Jiangshan, Joel Fernandes,
	rcu

On Fri, Jul 03, 2020 at 02:33:40PM -0700, Randy Dunlap wrote:
> Drop all doubled words from RCU documentation.
> 
> 
> 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

Good good catch catch!  Queued queued and and pushed pushed,
thank thank you you very very much much! ;-) ;-)

							Thanx, Paul

>  Documentation/RCU/Design/Data-Structures/Data-Structures.rst |    2 +-
>  Documentation/RCU/Design/Requirements/Requirements.rst       |    4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-04 16:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-03 21:33 [PATCH 0/2] Documentation: RCU: eliminate duplicated words Randy Dunlap
2020-07-03 21:33 ` [PATCH 1/2] Documentation: RCU: Data-Structures: drop doubled words Randy Dunlap
2020-07-03 21:33 ` [PATCH 2/2] Documentation: RCU: Requirements: " Randy Dunlap
2020-07-04 16:46 ` [PATCH 0/2] Documentation: RCU: eliminate duplicated words Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.