diff options
author | Randy Dunlap <[email protected]> | 2020-07-03 14:33:41 -0700 |
---|---|---|
committer | Paul E. McKenney <[email protected]> | 2020-08-24 14:29:17 -0700 |
commit | 1b98b7c5eb2f94eddad541d6fc91f1d1995d644b (patch) | |
tree | 10d1722dd10504aec32cf4b86b5841bb631cd4e2 | |
parent | 77f808607a62c3685381a5732a88b30bad8893b5 (diff) |
doc: Drop doubled words from RCU Data-Structures.rst
Drop the doubled word "the".
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: "Paul E. McKenney" <[email protected]>
Cc: Josh Triplett <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Mathieu Desnoyers <[email protected]>
Cc: Lai Jiangshan <[email protected]>
Cc: Joel Fernandes <[email protected]>
Cc: [email protected]
Signed-off-by: Paul E. McKenney <[email protected]>
-rw-r--r-- | Documentation/RCU/Design/Data-Structures/Data-Structures.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RCU/Design/Data-Structures/Data-Structures.rst b/Documentation/RCU/Design/Data-Structures/Data-Structures.rst index 4a48e20a46f2..f4efd6897b09 100644 --- a/Documentation/RCU/Design/Data-Structures/Data-Structures.rst +++ b/Documentation/RCU/Design/Data-Structures/Data-Structures.rst @@ -963,7 +963,7 @@ exit and perhaps also vice versa. Therefore, whenever the ``->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 |