diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-06-26 11:49:11 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-07-02 19:26:02 +0200 |
commit | ea272257ccba1e57b9448444e1e3de39794ad6b4 (patch) | |
tree | 82a7c515bc80c6105c310e0b9631756e72fc459d /kernel/trace | |
parent | gpio.h: fix location of gpio legacy documentation (diff) | |
download | linux-ea272257ccba1e57b9448444e1e3de39794ad6b4.tar.xz linux-ea272257ccba1e57b9448444e1e3de39794ad6b4.zip |
docs: histogram.txt: convert it to ReST file format
Despite being mentioned at Documentation/trace/ftrace.rst as a
rst file, this file was still a text one, with several issues.
Convert it to ReST and add it to the trace index:
- Mark the document title as such;
- Identify and indent the literal blocks;
- Use the proper markups for table.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'kernel/trace')
-rw-r--r-- | kernel/trace/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index dcc0166d1997..2bd4a9181a0f 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig @@ -605,7 +605,7 @@ config HIST_TRIGGERS Inter-event tracing of quantities such as latencies is also supported using hist triggers under this option. - See Documentation/trace/histogram.txt. + See Documentation/trace/histogram.rst. If in doubt, say N. config MMIOTRACE_TEST |