diff options
| author | Randy Dunlap <rdunlap@infradead.org> | 2026-04-09 00:35:21 +0300 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2026-04-15 12:15:03 +0300 |
| commit | 5cc6421aaad34ba3b0830c3fcc4a6845648043d4 (patch) | |
| tree | 4e4681437a75a03b2a09c0bfff7bd4aa0a7b6c80 | |
| parent | fb9907939b01338c26dbe17951628e4974470548 (diff) | |
| download | linux-5cc6421aaad34ba3b0830c3fcc4a6845648043d4.tar.xz | |
doc: watchdog: fix typos etc
Correct typos in lockup-watchdogs.rst.
Link: https://lkml.kernel.org/r/20260408213523.2707947-1-rdunlap@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Shuah Khan <skhan@linuxfoundation.org>
Cc: Björn Persson <Bjorn@xn--rombobjrn-67a.se>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
| -rw-r--r-- | Documentation/admin-guide/lockup-watchdogs.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/admin-guide/lockup-watchdogs.rst b/Documentation/admin-guide/lockup-watchdogs.rst index 26634982e4dd..8f245f4a95b7 100644 --- a/Documentation/admin-guide/lockup-watchdogs.rst +++ b/Documentation/admin-guide/lockup-watchdogs.rst @@ -41,7 +41,7 @@ is a trade-off between fast response to lockups and detection overhead. Implementation ============== -The soft and hard lockup detectors are built around a hrtimer. +The soft and hard lockup detectors are built around an hrtimer. In addition, the softlockup detector regularly schedules a job, and the hard lockup detector might use Perf/NMI events on architectures that support it. @@ -49,7 +49,7 @@ that support it. Frequency and Heartbeats ------------------------ -The core of the detectors in a hrtimer. It servers multiple purpose: +The core of the detectors is an hrtimer. It serves multiple purposes: - schedules watchdog job for the softlockup detector - bumps the interrupt counter for hardlockup detectors (heartbeat) |
