mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 22:39:20 +07:00
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:
parent
ad9de1abea
commit
5d2b3f1201
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user