From: Mauro Carvalho Chehab Date: Mon, 4 Jul 2016 15:46:04 +0000 (-0300) Subject: doc-rst: linux_tv: fix remaining lack of escapes X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5d2b3f1201289e77f8edadd3ed6bb68f4041c223;p=linux-beck.git 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 --- diff --git a/Documentation/linux_tv/media/dvb/FE_GET_EVENT.rst b/Documentation/linux_tv/media/dvb/FE_GET_EVENT.rst index e0c66b877ada..a30dc97d6e15 100644 --- a/Documentation/linux_tv/media/dvb/FE_GET_EVENT.rst +++ b/Documentation/linux_tv/media/dvb/FE_GET_EVENT.rst @@ -44,7 +44,7 @@ Arguments - .. row 3 - - struct dvb_frontend_event *ev + - struct dvb_frontend_event \*ev - Points to the location where the event, diff --git a/Documentation/linux_tv/media/v4l/media-ioc-enum-links.rst b/Documentation/linux_tv/media/v4l/media-ioc-enum-links.rst index b0d4a946e151..6989f4ae4748 100644 --- a/Documentation/linux_tv/media/v4l/media-ioc-enum-links.rst +++ b/Documentation/linux_tv/media/v4l/media-ioc-enum-links.rst @@ -75,7 +75,7 @@ returned during the enumeration process. - struct :ref:`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 ` - - *\ ``links`` + - \*\ ``links`` - Pointer to a links array allocated by the application. Ignored if NULL.