docs: ftrace-uses.rst fix varios code-block directives
authorMarkus Heiser <markus.heiser@darmarit.de>
Tue, 12 Dec 2017 10:22:25 +0000 (11:22 +0100)
committerJonathan Corbet <corbet@lwn.net>
Thu, 21 Dec 2017 20:39:31 +0000 (13:39 -0700)
commit2cd6ff4ac02eb81c301cbffed40ac93f0f6bd4a7
treeae8e81e73dbe4b9e6458377ff07d3d30c602b6e3
parent27e7c0e813aa5c626ac7e68250bdac82205057b1
docs: ftrace-uses.rst fix varios code-block directives

ftrace-uses.rst is not yet included into any toctree, but since it is
a .rst file, it is parsed by the Sphinx build. Thats, why we see some
WARNINGS:

- trace/ftrace-uses.rst:53: WARNING: Definition list ends without a blank line; unexpected unindent.
- trace/ftrace-uses.rst:89: WARNING: Inline emphasis start-string without end-string.
- trace/ftrace-uses.rst:89: WARNING: Inline emphasis start-string without end-strin

Fixing the code-block directives results in a less noisy build, but the 'not
included' WARNING will be stay:

- trace/ftrace-uses.rst: WARNING: document isn't included in any toctree

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/trace/ftrace-uses.rst