Re: [RFC] doc: fix code snippet build warnings

2018-01-16 Thread Jani Nikula
On Tue, 16 Jan 2018, Markus Heiser wrote: >> Am 16.01.2018 um 11:22 schrieb Jani Nikula : >> >> On Wed, 10 Jan 2018, Jonathan Corbet wrote: >>> On Wed, 10 Jan 2018 15:04:53 +1100 >>> "Tobin C. Harding"

Re: [RFC] doc: fix code snippet build warnings

2018-01-16 Thread Jani Nikula
On Tue, 16 Jan 2018, Markus Heiser wrote: >> Am 16.01.2018 um 11:22 schrieb Jani Nikula : >> >> On Wed, 10 Jan 2018, Jonathan Corbet wrote: >>> On Wed, 10 Jan 2018 15:04:53 +1100 >>> "Tobin C. Harding" wrote: >>> Posting as RFC in the hope that someone knows how to massage sphinx

Re: [RFC] doc: fix code snippet build warnings

2018-01-16 Thread Markus Heiser
> Am 16.01.2018 um 11:22 schrieb Jani Nikula : > > On Wed, 10 Jan 2018, Jonathan Corbet wrote: >> On Wed, 10 Jan 2018 15:04:53 +1100 >> "Tobin C. Harding" wrote: >> >>> Posting as RFC in the hope that someone knows how to massage

Re: [RFC] doc: fix code snippet build warnings

2018-01-16 Thread Markus Heiser
> Am 16.01.2018 um 11:22 schrieb Jani Nikula : > > On Wed, 10 Jan 2018, Jonathan Corbet wrote: >> On Wed, 10 Jan 2018 15:04:53 +1100 >> "Tobin C. Harding" wrote: >> >>> Posting as RFC in the hope that someone knows how to massage sphinx >>> correctly to fix this patch. >>> >>> Currently

Re: [RFC] doc: fix code snippet build warnings

2018-01-16 Thread Jani Nikula
On Thu, 11 Jan 2018, "Tobin C. Harding" wrote: > On Wed, Jan 10, 2018 at 02:59:58PM -0700, Jonathan Corbet wrote: >> ...rather than adding a separate "::" line, you can just >> s/follows:/follows::/ and the Right Thing will happen (to the same extent >> that it does now, anyway. >

Re: [RFC] doc: fix code snippet build warnings

2018-01-16 Thread Jani Nikula
On Thu, 11 Jan 2018, "Tobin C. Harding" wrote: > On Wed, Jan 10, 2018 at 02:59:58PM -0700, Jonathan Corbet wrote: >> ...rather than adding a separate "::" line, you can just >> s/follows:/follows::/ and the Right Thing will happen (to the same extent >> that it does now, anyway. > > Except that

Re: [RFC] doc: fix code snippet build warnings

2018-01-16 Thread Jani Nikula
On Wed, 10 Jan 2018, Jonathan Corbet wrote: > On Wed, 10 Jan 2018 15:04:53 +1100 > "Tobin C. Harding" wrote: > >> Posting as RFC in the hope that someone knows how to massage sphinx >> correctly to fix this patch. >> >> Currently function kernel-doc contains a

Re: [RFC] doc: fix code snippet build warnings

2018-01-16 Thread Jani Nikula
On Wed, 10 Jan 2018, Jonathan Corbet wrote: > On Wed, 10 Jan 2018 15:04:53 +1100 > "Tobin C. Harding" wrote: > >> Posting as RFC in the hope that someone knows how to massage sphinx >> correctly to fix this patch. >> >> Currently function kernel-doc contains a multi-line code snippet. This >>

Re: [RFC] doc: fix code snippet build warnings

2018-01-10 Thread Tobin C. Harding
On Thu, Jan 11, 2018 at 09:25:31AM +1100, Tobin C. Harding wrote: > On Wed, Jan 10, 2018 at 02:59:58PM -0700, Jonathan Corbet wrote: > > On Wed, 10 Jan 2018 15:04:53 +1100 > > "Tobin C. Harding" wrote: > > > > > Posting as RFC in the hope that someone knows how to massage sphinx >

Re: [RFC] doc: fix code snippet build warnings

2018-01-10 Thread Tobin C. Harding
On Thu, Jan 11, 2018 at 09:25:31AM +1100, Tobin C. Harding wrote: > On Wed, Jan 10, 2018 at 02:59:58PM -0700, Jonathan Corbet wrote: > > On Wed, 10 Jan 2018 15:04:53 +1100 > > "Tobin C. Harding" wrote: > > > > > Posting as RFC in the hope that someone knows how to massage sphinx > > > correctly

Re: [RFC] doc: fix code snippet build warnings

2018-01-10 Thread Tobin C. Harding
On Wed, Jan 10, 2018 at 02:59:58PM -0700, Jonathan Corbet wrote: > On Wed, 10 Jan 2018 15:04:53 +1100 > "Tobin C. Harding" wrote: > > > Posting as RFC in the hope that someone knows how to massage sphinx > > correctly to fix this patch. > > > > Currently function kernel-doc

Re: [RFC] doc: fix code snippet build warnings

2018-01-10 Thread Tobin C. Harding
On Wed, Jan 10, 2018 at 02:59:58PM -0700, Jonathan Corbet wrote: > On Wed, 10 Jan 2018 15:04:53 +1100 > "Tobin C. Harding" wrote: > > > Posting as RFC in the hope that someone knows how to massage sphinx > > correctly to fix this patch. > > > > Currently function kernel-doc contains a

Re: [RFC] doc: fix code snippet build warnings

2018-01-10 Thread Jonathan Corbet
On Wed, 10 Jan 2018 15:04:53 +1100 "Tobin C. Harding" wrote: > Posting as RFC in the hope that someone knows how to massage sphinx > correctly to fix this patch. > > Currently function kernel-doc contains a multi-line code snippet. This > is causing sphinx to emit 5 build

Re: [RFC] doc: fix code snippet build warnings

2018-01-10 Thread Jonathan Corbet
On Wed, 10 Jan 2018 15:04:53 +1100 "Tobin C. Harding" wrote: > Posting as RFC in the hope that someone knows how to massage sphinx > correctly to fix this patch. > > Currently function kernel-doc contains a multi-line code snippet. This > is causing sphinx to emit 5 build warnings > >

Re: [RFC] doc: fix code snippet build warnings

2018-01-10 Thread Paul E. McKenney
On Thu, Jan 11, 2018 at 07:30:07AM +1100, Tobin C. Harding wrote: > On Wed, Jan 10, 2018 at 08:37:02AM -0800, Paul E. McKenney wrote: > > On Wed, Jan 10, 2018 at 03:04:53PM +1100, Tobin C. Harding wrote: > > > Posting as RFC in the hope that someone knows how to massage sphinx > > > correctly to

Re: [RFC] doc: fix code snippet build warnings

2018-01-10 Thread Paul E. McKenney
On Thu, Jan 11, 2018 at 07:30:07AM +1100, Tobin C. Harding wrote: > On Wed, Jan 10, 2018 at 08:37:02AM -0800, Paul E. McKenney wrote: > > On Wed, Jan 10, 2018 at 03:04:53PM +1100, Tobin C. Harding wrote: > > > Posting as RFC in the hope that someone knows how to massage sphinx > > > correctly to

Re: [RFC] doc: fix code snippet build warnings

2018-01-10 Thread Tobin C. Harding
On Wed, Jan 10, 2018 at 08:37:02AM -0800, Paul E. McKenney wrote: > On Wed, Jan 10, 2018 at 03:04:53PM +1100, Tobin C. Harding wrote: > > Posting as RFC in the hope that someone knows how to massage sphinx > > correctly to fix this patch. > > I would welcome that. ;-) > > > Currently function

Re: [RFC] doc: fix code snippet build warnings

2018-01-10 Thread Tobin C. Harding
On Wed, Jan 10, 2018 at 08:37:02AM -0800, Paul E. McKenney wrote: > On Wed, Jan 10, 2018 at 03:04:53PM +1100, Tobin C. Harding wrote: > > Posting as RFC in the hope that someone knows how to massage sphinx > > correctly to fix this patch. > > I would welcome that. ;-) > > > Currently function

Re: [RFC] doc: fix code snippet build warnings

2018-01-10 Thread Paul E. McKenney
On Wed, Jan 10, 2018 at 03:04:53PM +1100, Tobin C. Harding wrote: > Posting as RFC in the hope that someone knows how to massage sphinx > correctly to fix this patch. I would welcome that. ;-) > Currently function kernel-doc contains a multi-line code snippet. This > is causing sphinx to emit 5

Re: [RFC] doc: fix code snippet build warnings

2018-01-10 Thread Paul E. McKenney
On Wed, Jan 10, 2018 at 03:04:53PM +1100, Tobin C. Harding wrote: > Posting as RFC in the hope that someone knows how to massage sphinx > correctly to fix this patch. I would welcome that. ;-) > Currently function kernel-doc contains a multi-line code snippet. This > is causing sphinx to emit 5

[RFC] doc: fix code snippet build warnings

2018-01-09 Thread Tobin C. Harding
Posting as RFC in the hope that someone knows how to massage sphinx correctly to fix this patch. Currently function kernel-doc contains a multi-line code snippet. This is causing sphinx to emit 5 build warnings WARNING: Unexpected indentation. WARNING: Unexpected indentation.

[RFC] doc: fix code snippet build warnings

2018-01-09 Thread Tobin C. Harding
Posting as RFC in the hope that someone knows how to massage sphinx correctly to fix this patch. Currently function kernel-doc contains a multi-line code snippet. This is causing sphinx to emit 5 build warnings WARNING: Unexpected indentation. WARNING: Unexpected indentation.