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
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
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
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