From: Haocheng Xie Date: Tue, 25 May 2021 09:31:52 +0000 (+0800) Subject: docs: Fix a typo in Documentation/RCU/stallwarn.rst X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c44a4c3859136d0ff7e3b60ab77209eae1de53dc;p=users%2Fjedix%2Flinux-maple.git docs: Fix a typo in Documentation/RCU/stallwarn.rst Add the missing ')' in the documentation. Signed-off-by: Haocheng Xie Signed-off-by: Paul E. McKenney --- diff --git a/Documentation/RCU/stallwarn.rst b/Documentation/RCU/stallwarn.rst index 1cc944aec46f2..f1c49c626e934 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