Commit 5d2b3f12 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

doc-rst: linux_tv: fix remaining lack of escapes



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: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent ad9de1ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ Arguments

    -  .. row 3

       -  struct dvb_frontend_event *ev
       -  struct dvb_frontend_event \*ev

       -  Points to the location where the event,

+2 −2
Original line number Diff line number Diff line
@@ -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.