2022-05-11 09:48:18

by Stephen Rothwell

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

Hi all,

After merging the tty tree, yesterday's linux-next build (htmldocs) produced
these warnings:

Documentation/tty/device_drivers/oxsemi-tornado.rst:41: WARNING: Inline interpreted text or phrase reference start-string without end-string.
Documentation/tty/device_drivers/oxsemi-tornado.rst:86: WARNING: Inline interpreted text or phrase reference start-string without end-string.
Documentation/tty/device_drivers/oxsemi-tornado.rst:96: WARNING: Block quote ends without a blank line; unexpected unindent.
Documentation/tty/device_drivers/oxsemi-tornado.rst:100: WARNING: Inline interpreted text or phrase reference start-string without end-string.
Documentation/tty/device_drivers/oxsemi-tornado.rst:100: WARNING: Inline interpreted text or phrase reference start-string without end-string.
Documentation/tty/device_drivers/oxsemi-tornado.rst:100: WARNING: Inline interpreted text or phrase reference start-string without end-string.
Documentation/tty/device_drivers/oxsemi-tornado.rst:100: WARNING: Inline interpreted text or phrase reference start-string without end-string.
Documentation/tty/device_drivers/oxsemi-tornado.rst:100: WARNING: Inline interpreted text or phrase reference start-string without end-string.

Introduced by commit

366f6c955d4d ("serial: 8250: Add proper clock handling for OxSemi PCIe devices")

--
Cheers,
Stephen Rothwell


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

2022-05-11 09:53:07

by Maciej W. Rozycki

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

On Wed, 11 May 2022, Stephen Rothwell wrote:

> After merging the tty tree, yesterday's linux-next build (htmldocs) produced
> these warnings:

Umm, sorry about that. I wasn't even aware files under Documentation/
are meant to be processed somehow other than through eyeballs nowadays!

I'll see how to fix the file up and will make the necessary corrections,
but how shall I post the update? A replacement patch or an incremental
change?

Thanks for letting me know.

Maciej

2022-05-11 09:53:39

by Greg KH

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

On Tue, May 10, 2022 at 11:46:26PM +0100, Maciej W. Rozycki wrote:
> On Wed, 11 May 2022, Stephen Rothwell wrote:
>
> > After merging the tty tree, yesterday's linux-next build (htmldocs) produced
> > these warnings:
>
> Umm, sorry about that. I wasn't even aware files under Documentation/
> are meant to be processed somehow other than through eyeballs nowadays!
>
> I'll see how to fix the file up and will make the necessary corrections,
> but how shall I post the update? A replacement patch or an incremental
> change?

Incremental change as I can't rebase my tree.

thanks,

greg k-h

2022-05-14 01:12:49

by Maciej W. Rozycki

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

On Wed, 11 May 2022, Greg KH wrote:

> > I'll see how to fix the file up and will make the necessary corrections,
> > but how shall I post the update? A replacement patch or an incremental
> > change?
>
> Incremental change as I can't rebase my tree.

Thanks for the guidance! Patches now posted, as a small series as the
issue turned out more complex than one might have expected, see:
<https://lore.kernel.org/lkml/[email protected]/>.

Maciej