This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/media_tree.git tree:
Subject: [media] DocBook: fix an unbalanced <para> tag Author: Mauro Carvalho Chehab <[email protected]> Date: Fri Aug 21 13:37:54 2015 -0300 The </para> got lost on some change at the DVB docbook, making the tag unbalanced and causing a warning. Fix it. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Acked-by: Jonathan Corbet <[email protected]> Documentation/DocBook/media/dvb/intro.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/cgit.cgi/media_tree.git/commit/?id=88c25dcb1185f2c7041550976430e27fa9d8dcca diff --git a/Documentation/DocBook/media/dvb/intro.xml b/Documentation/DocBook/media/dvb/intro.xml index d307513..51db156 100644 --- a/Documentation/DocBook/media/dvb/intro.xml +++ b/Documentation/DocBook/media/dvb/intro.xml @@ -164,7 +164,7 @@ are called:</para> from 0, and M enumerates the devices of each type within each adapter, starting from 0, too. We will omit the “ <constant>/dev/dvb/adapterN/</constant>” in the further discussion -of these devices. +of these devices.</para> <para>More details about the data structures and function calls of all the devices are described in the following chapters.</para> _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
