Skip to content

Commit 5cc6421

Browse files
rddunlapakpm00
authored andcommitted
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>
1 parent fb99079 commit 5cc6421

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/admin-guide/lockup-watchdogs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ is a trade-off between fast response to lockups and detection overhead.
4141
Implementation
4242
==============
4343

44-
The soft and hard lockup detectors are built around a hrtimer.
44+
The soft and hard lockup detectors are built around an hrtimer.
4545
In addition, the softlockup detector regularly schedules a job, and
4646
the hard lockup detector might use Perf/NMI events on architectures
4747
that support it.
4848

4949
Frequency and Heartbeats
5050
------------------------
5151

52-
The core of the detectors in a hrtimer. It servers multiple purpose:
52+
The core of the detectors is an hrtimer. It serves multiple purposes:
5353

5454
- schedules watchdog job for the softlockup detector
5555
- bumps the interrupt counter for hardlockup detectors (heartbeat)

0 commit comments

Comments
 (0)