]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
doc-rst: linux_tv: fix remaining lack of escapes
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 4 Jul 2016 15:46:04 +0000 (12:46 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 4 Jul 2016 15:46:04 +0000 (12:46 -0300)
Add escape before asterisk to fix those warnings:

Documentation/linux_tv/media/dvb/FE_GET_EVENT:47: WARNING: Inline emphasis start-string without end-string.
Documentation/linux_tv/media/v4l/media-ioc-enum-links:78: WARNING: Inline emphasis start-string without end-string.
Documentation/linux_tv/media/v4l/media-ioc-enum-links:87: WARNING: Inline emphasis start-string without end-string.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/linux_tv/media/dvb/FE_GET_EVENT.rst
Documentation/linux_tv/media/v4l/media-ioc-enum-links.rst

index e0c66b877ada8d860d497c58affa0c34da965515..a30dc97d6e154091ada933e69ac9794a2fdd7b52 100644 (file)
@@ -44,7 +44,7 @@ Arguments
 
     -  .. row 3
 
-       -  struct dvb_frontend_event *ev
+       -  struct dvb_frontend_event \*ev
 
        -  Points to the location where the event,
 
index b0d4a946e1511a61d41fc9261102eef4295b4fd9..6989f4ae47488cb2117a23fdbffbdff0890e8681 100644 (file)
@@ -75,7 +75,7 @@ returned during the enumeration process.
 
        -  struct :ref:`media_pad_desc <media-pad-desc>`
 
-       -  *\ ``pads``
+       -  \*\ ``pads``
 
        -  Pointer to a pads array allocated by the application. Ignored if
           NULL.
@@ -84,7 +84,7 @@ returned during the enumeration process.
 
        -  struct :ref:`media_link_desc <media-link-desc>`
 
-       -  *\ ``links``
+       -  \*\ ``links``
 
        -  Pointer to a links array allocated by the application. Ignored if
           NULL.