]> git.baikalelectronics.ru Git - kernel.git/commit
docs: watchdog: convert docs to ReST and rename to *.rst
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 12 Jun 2019 17:53:01 +0000 (14:53 -0300)
committerJonathan Corbet <corbet@lwn.net>
Fri, 14 Jun 2019 20:32:05 +0000 (14:32 -0600)
commit90b90a2f78c49726bacae2e34a8c00c7045f8e56
tree7388950abbca008741c0c59db1429c50e064ffda
parent753c692d4c5f6a61706d197d54f14fa006a56a49
docs: watchdog: convert docs to ReST and rename to *.rst

Convert those documents and prepare them to be part of the kernel
API book, as most of the stuff there are related to the
Kernel interfaces.

Still, in the future, it would make sense to split the docs,
as some of the stuff is clearly focused on sysadmin tasks.

The conversion is actually:
  - add blank lines and identation in order to identify paragraphs;
  - fix tables markups;
  - add some lists markups;
  - mark literal blocks;
  - adjust title markups.

At its new index.rst, let's add a :orphan: while this is not linked to
the main index.rst file, in order to avoid build warnings.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
24 files changed:
Documentation/admin-guide/kernel-parameters.txt
Documentation/kernel-per-CPU-kthreads.txt
Documentation/watchdog/convert_drivers_to_kernel_api.rst [new file with mode: 0644]
Documentation/watchdog/convert_drivers_to_kernel_api.txt [deleted file]
Documentation/watchdog/hpwdt.rst [new file with mode: 0644]
Documentation/watchdog/hpwdt.txt [deleted file]
Documentation/watchdog/index.rst [new file with mode: 0644]
Documentation/watchdog/mlx-wdt.rst [new file with mode: 0644]
Documentation/watchdog/mlx-wdt.txt [deleted file]
Documentation/watchdog/pcwd-watchdog.rst [new file with mode: 0644]
Documentation/watchdog/pcwd-watchdog.txt [deleted file]
Documentation/watchdog/watchdog-api.rst [new file with mode: 0644]
Documentation/watchdog/watchdog-api.txt [deleted file]
Documentation/watchdog/watchdog-kernel-api.rst [new file with mode: 0644]
Documentation/watchdog/watchdog-kernel-api.txt [deleted file]
Documentation/watchdog/watchdog-parameters.rst [new file with mode: 0644]
Documentation/watchdog/watchdog-parameters.txt [deleted file]
Documentation/watchdog/watchdog-pm.rst [new file with mode: 0644]
Documentation/watchdog/watchdog-pm.txt [deleted file]
Documentation/watchdog/wdt.rst [new file with mode: 0644]
Documentation/watchdog/wdt.txt [deleted file]
MAINTAINERS
drivers/watchdog/Kconfig
drivers/watchdog/smsc37b787_wdt.c