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: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Mauro Carvalho Chehab 2016-07-04 12:46:04 -03:00
parent ad9de1abea
commit 5d2b3f1201
2 changed files with 3 additions and 3 deletions

View 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,

View 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.