2014-10-20 02:39:26

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH] DocBook: fix media build error

From: Randy Dunlap <[email protected]>

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 <[email protected]>
Cc: Vincent Palatin <[email protected]>
---
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>


2014-10-20 15:14:44

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] DocBook: fix media build error

On Sun, 19 Oct 2014 19:39:17 -0700
Randy Dunlap <[email protected]> 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

2014-10-20 16:07:18

by Vincent Palatin

[permalink] [raw]
Subject: Re: [PATCH] DocBook: fix media build error

On Sun, Oct 19, 2014 at 7:39 PM, Randy Dunlap <[email protected]> wrote:
> From: Randy Dunlap <[email protected]>
>
> 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 <[email protected]>
> Cc: Vincent Palatin <[email protected]>
> ---
> 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

2014-10-20 17:08:49

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] DocBook: fix media build error

On 10/20/14 09:06, Vincent Palatin wrote:
> On Sun, Oct 19, 2014 at 7:39 PM, Randy Dunlap <[email protected]> wrote:
>> From: Randy Dunlap <[email protected]>
>>
>> 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 <[email protected]>
>> Cc: Vincent Palatin <[email protected]>
>> ---
>> 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

2014-10-20 17:17:37

by Vincent Palatin

[permalink] [raw]
Subject: Re: [PATCH] DocBook: fix media build error

On Mon, Oct 20, 2014 at 10:08 AM, Randy Dunlap <[email protected]> wrote:
> On 10/20/14 09:06, Vincent Palatin wrote:
>> On Sun, Oct 19, 2014 at 7:39 PM, Randy Dunlap <[email protected]> wrote:
>>> From: Randy Dunlap <[email protected]>
>>>
>>> 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 <[email protected]>
>>> Cc: Vincent Palatin <[email protected]>
>>> ---
>>> 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

2014-10-20 17:26:57

by Vincent Palatin

[permalink] [raw]
Subject: [PATCH] [media] v4l: DocBook: fix media build error

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 <[email protected]>
---
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