On Fri, Jan 20, 2023 at 5:00 PM Jeffrey Hugo <quic_jh...@quicinc.com> wrote:
>
> On 1/20/2023 5:35 AM, Bagas Sanjaya wrote:
> > Stephen Rothwell reported htmldocs warning then merging accel tree:
> >
> > Documentation/accel/introduction.rst:72: WARNING: Inline emphasis
> > start-string without end-string.
> >
> > Sphinx confuses the file wildcards with inline emphasis (italics), hence
> > the warning.
> >
> > Fix the warning by escaping wildcards.
> >
> > Link:
> > https://lore.kernel.org/linux-next/20230120132116.21de1...@canb.auug.org.au/
> > Fixes: f65c5dac207322 ("docs: accel: Fix debugfs path")
> > Reported-by: Stephen Rothwell <s...@canb.auug.org.au>
> > Signed-off-by: Bagas Sanjaya <bagasdo...@gmail.com>
>
> Thanks for addressing this before I even saw the warning report.
>
> Reviewed-by: Jeffrey Hugo <quic_jh...@quicinc.com>
Thanks.
Picked up to my tree (as the original commit is in my tree).
Oded