linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] DocBook: fix media build error
@ 2014-10-20  2:39 Randy Dunlap
  2014-10-20 15:14 ` Jonathan Corbet
  2014-10-20 16:06 ` Vincent Palatin
  0 siblings, 2 replies; 6+ messages in thread
From: Randy Dunlap @ 2014-10-20  2:39 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Jonathan Corbet
  Cc: linux-media, LKML, Andrew Morton, Linus Torvalds, Vincent Palatin

From: Randy Dunlap <rdunlap@infradead.org>

Fix media DocBook build errors by making the orderedlist balanced.

DOC1/Documentation/DocBook/compat.xml:2576: parser error : Opening and ending tag mismatch: orderedlist line 2560 and section
DOC1/Documentation/DocBook/compat.xml:2726: parser error : Premature end of data in tag section line 884
DOC1/Documentation/DocBook/compat.xml:2726: parser error : chunk is not well balanced

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Vincent Palatin <vpalatin@chromium.org>
---
 Documentation/DocBook/media/v4l/compat.xml |    1 +
 1 file changed, 1 insertion(+)

--- lnx-318-rc1.orig/Documentation/DocBook/media/v4l/compat.xml
+++ lnx-318-rc1/Documentation/DocBook/media/v4l/compat.xml
@@ -2566,6 +2566,7 @@ fields changed from _s32 to _u32.
 	  <para>Added compound control types and &VIDIOC-QUERY-EXT-CTRL;.
 	  </para>
         </listitem>
+      </orderedlist>
       <title>V4L2 in Linux 3.18</title>
       <orderedlist>
 	<listitem>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] DocBook: fix media build error
  2014-10-20  2:39 [PATCH] DocBook: fix media build error Randy Dunlap
@ 2014-10-20 15:14 ` Jonathan Corbet
  2014-10-20 16:06 ` Vincent Palatin
  1 sibling, 0 replies; 6+ messages in thread
From: Jonathan Corbet @ 2014-10-20 15:14 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Mauro Carvalho Chehab, linux-media, LKML, Andrew Morton,
	Linus Torvalds, Vincent Palatin

On Sun, 19 Oct 2014 19:39:17 -0700
Randy Dunlap <rdunlap@infradead.org> wrote:

> Fix media DocBook build errors by making the orderedlist balanced.

That definitely makes things work better.  Will send upward if need be.

Thanks,

jon

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] DocBook: fix media build error
  2014-10-20  2:39 [PATCH] DocBook: fix media build error Randy Dunlap
  2014-10-20 15:14 ` Jonathan Corbet
@ 2014-10-20 16:06 ` Vincent Palatin
  2014-10-20 17:08   ` Randy Dunlap
  1 sibling, 1 reply; 6+ messages in thread
From: Vincent Palatin @ 2014-10-20 16:06 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Mauro Carvalho Chehab, Jonathan Corbet, linux-media, LKML,
	Andrew Morton, Linus Torvalds

On Sun, Oct 19, 2014 at 7:39 PM, Randy Dunlap <rdunlap@infradead.org> wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
>
> Fix media DocBook build errors by making the orderedlist balanced.
>
> DOC1/Documentation/DocBook/compat.xml:2576: parser error : Opening and ending tag mismatch: orderedlist line 2560 and section
> DOC1/Documentation/DocBook/compat.xml:2726: parser error : Premature end of data in tag section line 884
> DOC1/Documentation/DocBook/compat.xml:2726: parser error : chunk is not well balanced
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Vincent Palatin <vpalatin@chromium.org>
> ---
>  Documentation/DocBook/media/v4l/compat.xml |    1 +
>  1 file changed, 1 insertion(+)
>
> --- lnx-318-rc1.orig/Documentation/DocBook/media/v4l/compat.xml
> +++ lnx-318-rc1/Documentation/DocBook/media/v4l/compat.xml
> @@ -2566,6 +2566,7 @@ fields changed from _s32 to _u32.
>           <para>Added compound control types and &VIDIOC-QUERY-EXT-CTRL;.
>           </para>
>          </listitem>
> +      </orderedlist>
>        <title>V4L2 in Linux 3.18</title>
>        <orderedlist>
>         <listitem>

Compared to the original patch, it's actually also missing the
 </section>

<section>
which were lost in the merge.


-- 
Vincent

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] DocBook: fix media build error
  2014-10-20 16:06 ` Vincent Palatin
@ 2014-10-20 17:08   ` Randy Dunlap
  2014-10-20 17:17     ` Vincent Palatin
  2014-10-20 17:26     ` [PATCH] [media] v4l: " Vincent Palatin
  0 siblings, 2 replies; 6+ messages in thread
From: Randy Dunlap @ 2014-10-20 17:08 UTC (permalink / raw)
  To: Vincent Palatin
  Cc: Mauro Carvalho Chehab, Jonathan Corbet, linux-media, LKML,
	Andrew Morton, Linus Torvalds

On 10/20/14 09:06, Vincent Palatin wrote:
> On Sun, Oct 19, 2014 at 7:39 PM, Randy Dunlap <rdunlap@infradead.org> wrote:
>> From: Randy Dunlap <rdunlap@infradead.org>
>>
>> Fix media DocBook build errors by making the orderedlist balanced.
>>
>> DOC1/Documentation/DocBook/compat.xml:2576: parser error : Opening and ending tag mismatch: orderedlist line 2560 and section
>> DOC1/Documentation/DocBook/compat.xml:2726: parser error : Premature end of data in tag section line 884
>> DOC1/Documentation/DocBook/compat.xml:2726: parser error : chunk is not well balanced
>>
>> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
>> Cc: Vincent Palatin <vpalatin@chromium.org>
>> ---
>>  Documentation/DocBook/media/v4l/compat.xml |    1 +
>>  1 file changed, 1 insertion(+)
>>
>> --- lnx-318-rc1.orig/Documentation/DocBook/media/v4l/compat.xml
>> +++ lnx-318-rc1/Documentation/DocBook/media/v4l/compat.xml
>> @@ -2566,6 +2566,7 @@ fields changed from _s32 to _u32.
>>           <para>Added compound control types and &VIDIOC-QUERY-EXT-CTRL;.
>>           </para>
>>          </listitem>
>> +      </orderedlist>
>>        <title>V4L2 in Linux 3.18</title>
>>        <orderedlist>
>>         <listitem>
> 
> Compared to the original patch, it's actually also missing the
>  </section>
> 
> <section>
> which were lost in the merge.
> 
> 

Would you please send a complete fix for it?
then Mauro can drop my patch.

Thanks.


-- 
~Randy

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] DocBook: fix media build error
  2014-10-20 17:08   ` Randy Dunlap
@ 2014-10-20 17:17     ` Vincent Palatin
  2014-10-20 17:26     ` [PATCH] [media] v4l: " Vincent Palatin
  1 sibling, 0 replies; 6+ messages in thread
From: Vincent Palatin @ 2014-10-20 17:17 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Mauro Carvalho Chehab, Jonathan Corbet, linux-media, LKML,
	Andrew Morton, Linus Torvalds

On Mon, Oct 20, 2014 at 10:08 AM, Randy Dunlap <rdunlap@infradead.org> wrote:
> On 10/20/14 09:06, Vincent Palatin wrote:
>> On Sun, Oct 19, 2014 at 7:39 PM, Randy Dunlap <rdunlap@infradead.org> wrote:
>>> From: Randy Dunlap <rdunlap@infradead.org>
>>>
>>> Fix media DocBook build errors by making the orderedlist balanced.
>>>
>>> DOC1/Documentation/DocBook/compat.xml:2576: parser error : Opening and ending tag mismatch: orderedlist line 2560 and section
>>> DOC1/Documentation/DocBook/compat.xml:2726: parser error : Premature end of data in tag section line 884
>>> DOC1/Documentation/DocBook/compat.xml:2726: parser error : chunk is not well balanced
>>>
>>> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
>>> Cc: Vincent Palatin <vpalatin@chromium.org>
>>> ---
>>>  Documentation/DocBook/media/v4l/compat.xml |    1 +
>>>  1 file changed, 1 insertion(+)
>>>
>>> --- lnx-318-rc1.orig/Documentation/DocBook/media/v4l/compat.xml
>>> +++ lnx-318-rc1/Documentation/DocBook/media/v4l/compat.xml
>>> @@ -2566,6 +2566,7 @@ fields changed from _s32 to _u32.
>>>           <para>Added compound control types and &VIDIOC-QUERY-EXT-CTRL;.
>>>           </para>
>>>          </listitem>
>>> +      </orderedlist>
>>>        <title>V4L2 in Linux 3.18</title>
>>>        <orderedlist>
>>>         <listitem>
>>
>> Compared to the original patch, it's actually also missing the
>>  </section>
>>
>> <section>
>> which were lost in the merge.
>>
>>
>
> Would you please send a complete fix for it?
> then Mauro can drop my patch.

Sure, I will send it in 5 minutes,
the docs are currently rebuilding with the patch ...

-- 
Vincent

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] [media] v4l: DocBook: fix media build error
  2014-10-20 17:08   ` Randy Dunlap
  2014-10-20 17:17     ` Vincent Palatin
@ 2014-10-20 17:26     ` Vincent Palatin
  1 sibling, 0 replies; 6+ messages in thread
From: Vincent Palatin @ 2014-10-20 17:26 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Randy Dunlap, Jonathan Corbet, linux-media
  Cc: linux-doc, linux-kernel, Linus Torvalds, Andrew Morton, Vincent Palatin

Fix media DocBook build errors by re-adding the orderedlist tag
and putting back the section tags lost during merge.

Signed-off-by: Vincent Palatin <vpalatin@chromium.org>
---
 Documentation/DocBook/media/v4l/compat.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/DocBook/media/v4l/compat.xml b/Documentation/DocBook/media/v4l/compat.xml
index 07ffc76..0a2debf 100644
--- a/Documentation/DocBook/media/v4l/compat.xml
+++ b/Documentation/DocBook/media/v4l/compat.xml
@@ -2566,6 +2566,10 @@ fields changed from _s32 to _u32.
 	  <para>Added compound control types and &VIDIOC-QUERY-EXT-CTRL;.
 	  </para>
         </listitem>
+      </orderedlist>
+    </section>
+
+    <section>
       <title>V4L2 in Linux 3.18</title>
       <orderedlist>
 	<listitem>
-- 
2.1.0.rc2.206.gedb03e5


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-10-20 17:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-20  2:39 [PATCH] DocBook: fix media build error Randy Dunlap
2014-10-20 15:14 ` Jonathan Corbet
2014-10-20 16:06 ` Vincent Palatin
2014-10-20 17:08   ` Randy Dunlap
2014-10-20 17:17     ` Vincent Palatin
2014-10-20 17:26     ` [PATCH] [media] v4l: " Vincent Palatin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).