2021-03-26 08:54:39

by Stephen Rothwell

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

Hi all,

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

Documentation/admin-guide/perf/hisi-pmu.rst:61: WARNING: Unexpected indentation.
Documentation/admin-guide/perf/hisi-pmu.rst:62: WARNING: Block quote ends without a blank line; unexpected unindent.
Documentation/admin-guide/perf/hisi-pmu.rst:69: WARNING: Unexpected indentation.
Documentation/admin-guide/perf/hisi-pmu.rst:70: WARNING: Block quote ends without a blank line; unexpected unindent.
Documentation/admin-guide/perf/hisi-pmu.rst:83: WARNING: Unexpected indentation.

Introduced by commit

9b86b1b41e0f ("docs: perf: Add new description on HiSilicon uncore PMU v2")

--
Cheers,
Stephen Rothwell


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

2021-03-26 09:10:06

by Zhangshaokun

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

Hi Will & Stephen,

Apologies for the mistake.

Will, shall I send a new version v5 to fix this issue or other?

Thanks,
Shaokun

On 2021/3/26 16:52, Stephen Rothwell wrote:
> Hi all,
>
> After merging the arm-perf tree, today's linux-next build (htmldocs)
> produced these warnings:
>
> Documentation/admin-guide/perf/hisi-pmu.rst:61: WARNING: Unexpected indentation.
> Documentation/admin-guide/perf/hisi-pmu.rst:62: WARNING: Block quote ends without a blank line; unexpected unindent.
> Documentation/admin-guide/perf/hisi-pmu.rst:69: WARNING: Unexpected indentation.
> Documentation/admin-guide/perf/hisi-pmu.rst:70: WARNING: Block quote ends without a blank line; unexpected unindent.
> Documentation/admin-guide/perf/hisi-pmu.rst:83: WARNING: Unexpected indentation.
>
> Introduced by commit
>
> 9b86b1b41e0f ("docs: perf: Add new description on HiSilicon uncore PMU v2")
>

2021-03-29 09:07:06

by Will Deacon

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

On Fri, Mar 26, 2021 at 05:07:41PM +0800, Shaokun Zhang wrote:
> Apologies for the mistake.
>
> Will, shall I send a new version v5 to fix this issue or other?

Please send additional patches on top now that these are queued.

Thanks,

Will

2021-03-29 09:10:51

by liuqi (BA)

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



On 2021/3/29 16:47, Will Deacon wrote:
> On Fri, Mar 26, 2021 at 05:07:41PM +0800, Shaokun Zhang wrote:
>> Apologies for the mistake.
>>
>> Will, shall I send a new version v5 to fix this issue or other?
>
> Please send additional patches on top now that these are queued.
>
> Thanks,
>
> Will
>
> .
>
We'll send a new patch to fix these warnings today, apologies for the
mistake again.

Thanks,
Qi

2021-03-29 10:10:28

by Will Deacon

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

On Mon, Mar 29, 2021 at 05:06:20PM +0800, liuqi (BA) wrote:
>
>
> On 2021/3/29 16:47, Will Deacon wrote:
> > On Fri, Mar 26, 2021 at 05:07:41PM +0800, Shaokun Zhang wrote:
> > > Apologies for the mistake.
> > >
> > > Will, shall I send a new version v5 to fix this issue or other?
> >
> > Please send additional patches on top now that these are queued.
> >
> > Thanks,
> >
> > Will
> >
> > .
> >
> We'll send a new patch to fix these warnings today, apologies for the
> mistake again.

Really no need to apologise; we're fixing things before they land in Linus'
tree -- that's exactly how it's supposed to work!

Will