On Thu, 30 Apr 2020 17:36:12 -0300 Vitor Massaru Iha <vitor@xxxxxxxxxxx> wrote: > 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@xxxxxxxxxxx> > --- > 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 > + > ============================================= > CoreSight Embedded Cross Trigger (CTI & CTM). > ============================================= Applied, thanks. jon