From: Mauro Carvalho Chehab Date: Sun, 14 May 2017 23:57:08 +0000 (-0300) Subject: lockup-watchdogs.txt: standardize document format X-Git-Tag: v6.6-pxa1908~16200^2~40 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=c926d4d4a4c815bc43155c542a3113afb5832620;p=linux.git 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 Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/lockup-watchdogs.txt b/Documentation/lockup-watchdogs.txt index c8b8378513d6..290840c160af 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,