aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-05-14 20:57:08 -0300
committerJonathan Corbet <corbet@lwn.net>2017-07-14 13:51:46 -0600
commitc926d4d4a4c815bc43155c542a3113afb5832620 (patch)
tree2dc9322bdec64d8dd890c20962a05b68eb81b23d
parent793c6382026ef66edd1799d3a82e7e46a9fec94a (diff)
downloadpci-endpoint-c926d4d4a4c815bc43155c542a3113afb5832620.tar.gz
lockup-watchdogs.txt: standardize document format
Each text file under Documentation follows a different format. Some doesn't even have titles! Change its representation to follow the adopted standard, using ReST markups for it to be parseable by Sphinx. This file is almost at ReST format. Just one title needs to be adjusted, in order to follow the standard. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/lockup-watchdogs.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/lockup-watchdogs.txt b/Documentation/lockup-watchdogs.txt
index c8b8378513d6e7..290840c160af23 100644
--- a/Documentation/lockup-watchdogs.txt
+++ b/Documentation/lockup-watchdogs.txt
@@ -30,7 +30,8 @@ timeout is set through the confusingly named "kernel.panic" sysctl),
to cause the system to reboot automatically after a specified amount
of time.
-=== Implementation ===
+Implementation
+==============
The soft and hard lockup detectors are built on top of the hrtimer and
perf subsystems, respectively. A direct consequence of this is that,