docs: fault-injection: convert docs to ReST and rename to *.rst
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 12 Jun 2019 17:52:44 +0000 (14:52 -0300)
committerJonathan Corbet <corbet@lwn.net>
Fri, 14 Jun 2019 20:21:07 +0000 (14:21 -0600)
commit10ffebbed5503b1830c7920ef528075785351be6
tree41fb1ae1995364ef33da5f9661de39b03fab003f
parentf0ba43774cea3fc14732bb9243ce7238ae8a3202
docs: fault-injection: convert docs to ReST and rename to *.rst

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>
Acked-by: Federico Vaga <federico.vaga@vaga.pv.it>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
16 files changed:
Documentation/fault-injection/fault-injection.rst [new file with mode: 0644]
Documentation/fault-injection/fault-injection.txt [deleted file]
Documentation/fault-injection/index.rst [new file with mode: 0644]
Documentation/fault-injection/notifier-error-inject.rst [new file with mode: 0644]
Documentation/fault-injection/notifier-error-inject.txt [deleted file]
Documentation/fault-injection/nvme-fault-injection.rst [new file with mode: 0644]
Documentation/fault-injection/nvme-fault-injection.txt [deleted file]
Documentation/fault-injection/provoke-crashes.rst [new file with mode: 0644]
Documentation/fault-injection/provoke-crashes.txt [deleted file]
Documentation/process/4.Coding.rst
Documentation/translations/it_IT/process/4.Coding.rst
Documentation/translations/zh_CN/process/4.Coding.rst
drivers/misc/lkdtm/core.c
include/linux/fault-inject.h
lib/Kconfig.debug
tools/testing/fault-injection/failcmd.sh