[media] DocBook: fix an unbalanced <para> tag
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 <mchehab@osg.samsung.com>
Acked-by: Jonathan Corbet <corbet@lwn.net>
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 @@
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>