Message ID | 049f74b1db84cf08a02d0922bfa7567a895d46f1.1584966380.git.mchehab+huawei@kernel.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | 7f06a1c989e565eaa80c0a2082d274e8bd7de570 |
Headers | show |
Series | docs: trace: coresight-ect.rst: fix a build warning | expand |
On Mon, Mar 23, 2020 at 01:26:24PM +0100, Mauro Carvalho Chehab wrote: > Sphinx wants a line after "..", as otherwise it complains with: > > Documentation/trace/coresight/coresight-ect.rst:2: WARNING: Explicit markup ends without a blank line; unexpected unindent. > > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> > --- > Documentation/trace/coresight/coresight-ect.rst | 1 + > 1 file changed, 1 insertion(+) > > 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 > + Applied. Thanks, Mathieu > ============================================= > CoreSight Embedded Cross Trigger (CTI & CTM). > ============================================= > -- > 2.24.1 >
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). =============================================
Sphinx wants a line after "..", as otherwise it complains with: Documentation/trace/coresight/coresight-ect.rst:2: WARNING: Explicit markup ends without a blank line; unexpected unindent. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> --- Documentation/trace/coresight/coresight-ect.rst | 1 + 1 file changed, 1 insertion(+)