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

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
......@@ -44,7 +44,7 @@ Arguments
- .. row 3
- struct dvb_frontend_event *ev
- struct dvb_frontend_event \*ev
- Points to the location where the event,
......
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment