[PATCH] DocBook: fix media build error

From: Randy Dunlap
Date: Sun Oct 19 2014 - 22:39:45 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

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@xxxxxxxxxxxxx>
Cc: Vincent Palatin <vpalatin@xxxxxxxxxxxx>
---
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>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/