diff options
author | Vitor Massaru Iha <vitor@massaru.org> | 2020-04-30 17:36:12 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-05-05 09:44:30 -0600 |
commit | effa2cd84cb569cd20c9a0b7f04242569057358f (patch) | |
tree | 901f5a40d8b63f7d19e1fefcabee14a3365a6b44 /Documentation | |
parent | b67aa4ef68ed4f2933d06eb65a5721c97cce9934 (diff) | |
download | linux-effa2cd84cb569cd20c9a0b7f04242569057358f.tar.bz2 |
docs: coresight: fix `make htmldocs` warning
Fix `make htmldocs` warning:
Documentation/trace/coresight/coresight-ect.rst:2: WARNING: Explicit markup ends without a blank line; unexpected unindent.
Signed-off-by: Vitor Massaru Iha <vitor@massaru.org>
Link: https://lore.kernel.org/r/20200430203612.90404-1-vitor@massaru.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/trace/coresight/coresight-ect.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/trace/coresight/coresight-ect.rst b/Documentation/trace/coresight/coresight-ect.rst index ecc1e57012ef..a93e52abcf46 100644 --- a/Documentation/trace/coresight/coresight-ect.rst +++ b/Documentation/trace/coresight/coresight-ect.rst @@ -1,4 +1,5 @@ .. SPDX-License-Identifier: GPL-2.0 + ============================================= CoreSight Embedded Cross Trigger (CTI & CTM). ============================================= |