2024-03-05 04:10:54

by Stephen Rothwell

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

Hi all,

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

Documentation/admin-guide/perf/hisi-pcie-pmu.rst:48: ERROR: Unexpected indentation.
Documentation/admin-guide/perf/hisi-pcie-pmu.rst:49: WARNING: Block quote ends without a blank line; unexpected unindent.

Introduced by commit

89a032923d4b ("docs: perf: Update usage for target filter of hisi-pcie-pmu")

--
Cheers,
Stephen Rothwell


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

2024-03-05 12:03:44

by Will Deacon

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

On Tue, Mar 05, 2024 at 03:10:35PM +1100, Stephen Rothwell wrote:
> Hi all,
>
> After merging the arm-perf tree, today's linux-next build (htmldocs)
> produced this warning:
>
> Documentation/admin-guide/perf/hisi-pcie-pmu.rst:48: ERROR: Unexpected indentation.
> Documentation/admin-guide/perf/hisi-pcie-pmu.rst:49: WARNING: Block quote ends without a blank line; unexpected unindent.
>
> Introduced by commit
>
> 89a032923d4b ("docs: perf: Update usage for target filter of hisi-pcie-pmu")

Thanks, Stephen. I'll fix that up.

Will