summaryrefslogtreecommitdiff
path: root/Documentation/RCU
diff options
context:
space:
mode:
authorHaocheng Xie <xiehaocheng.cn@gmail.com>2021-05-25 17:31:52 +0800
committerPaul E. McKenney <paulmck@kernel.org>2021-07-20 13:36:33 -0700
commit9984fd7e5e2f16cf867dba43ab9a4d123b91d3d3 (patch)
treec8fb42d0a0e5cc3285abe39ff2b67dffed359bc2 /Documentation/RCU
parent4966090849e96f4db1e115b77d2cfb68c2f73264 (diff)
docs: Fix a typo in Documentation/RCU/stallwarn.rst
Add the missing ')' in the documentation. Signed-off-by: Haocheng Xie <xiehaocheng.cn@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'Documentation/RCU')
-rw-r--r--Documentation/RCU/stallwarn.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RCU/stallwarn.rst b/Documentation/RCU/stallwarn.rst
index 1cc944aec46f..f1c49c626e93 100644
--- a/Documentation/RCU/stallwarn.rst
+++ b/Documentation/RCU/stallwarn.rst
@@ -224,7 +224,7 @@ is the number that had executed since boot at the time that this CPU
last noted the beginning of a grace period, which might be the current
(stalled) grace period, or it might be some earlier grace period (for
example, if the CPU might have been in dyntick-idle mode for an extended
-time period. The number after the "/" is the number that have executed
+time period). The number after the "/" is the number that have executed
since boot until the current time. If this latter number stays constant
across repeated stall-warning messages, it is possible that RCU's softirq
handlers are no longer able to execute on this CPU. This can happen if