2023-06-23 04:42:08

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warning after merge of the ftrace tree

Hi all,

After merging the ftrace tree, today's linux-next build (htmldocs)
produced this warning:

Documentation/trace/ftrace.rst:2797: WARNING: Literal block expected; none found.
Documentation/trace/ftrace.rst:2816: WARNING: Literal block expected; none found.

Introduced by commit

21c094d3f8a6 ("tracing: Add documentation for funcgraph-retval and funcgraph-retval-hex")

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2023-06-23 07:10:45

by pengdonglin

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the ftrace tree

On 2023/6/23 12:35, Stephen Rothwell wrote:
> Hi all,
>
> After merging the ftrace tree, today's linux-next build (htmldocs)
> produced this warning:
>
> Documentation/trace/ftrace.rst:2797: WARNING: Literal block expected; none found.
> Documentation/trace/ftrace.rst:2816: WARNING: Literal block expected; none found.
>
> Introduced by commit
>
> 21c094d3f8a6 ("tracing: Add documentation for funcgraph-retval and funcgraph-retval-hex")
>

I am so sorry, and I will fix it right now.