docs: Fix a typo in Documentation/RCU/stallwarn.rst
authorHaocheng Xie <xiehaocheng.cn@gmail.com>
Tue, 25 May 2021 09:31:52 +0000 (17:31 +0800)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 20 Jul 2021 20:36:33 +0000 (13:36 -0700)
Add the missing ')' in the documentation.

Signed-off-by: Haocheng Xie <xiehaocheng.cn@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Documentation/RCU/stallwarn.rst

index 1cc944a..f1c49c6 100644 (file)
@@ -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