summaryrefslogtreecommitdiffstats
path: root/Documentation/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-08-31 18:57:07 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-09-09 09:53:54 -0300
commit180965cb0826bfc90d420c627f1ff84e215fa9f1 (patch)
tree4209ce6395ca19f4dbd330e973ee146a056df997 /Documentation/media
parent848d10314bfe1be79f5ca4deb3d2bf81f6adcf38 (diff)
downloadop-kernel-dev-180965cb0826bfc90d420c627f1ff84e215fa9f1.zip
op-kernel-dev-180965cb0826bfc90d420c627f1ff84e215fa9f1.tar.gz
[media] docs-rst: fix dmx bad cross-references
Some structs are pointed via the typedef. As we replaced those references, fix them. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media')
-rw-r--r--Documentation/media/uapi/dvb/dmx-get-caps.rst5
-rw-r--r--Documentation/media/uapi/dvb/dmx-set-source.rst2
2 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/media/uapi/dvb/dmx-get-caps.rst b/Documentation/media/uapi/dvb/dmx-get-caps.rst
index aaf084a..145fb52 100644
--- a/Documentation/media/uapi/dvb/dmx-get-caps.rst
+++ b/Documentation/media/uapi/dvb/dmx-get-caps.rst
@@ -15,7 +15,7 @@ DMX_GET_CAPS
Synopsis
--------
-.. c:function:: int ioctl(fd, DMX_GET_CAPS, dmx_caps_t *caps)
+.. c:function:: int ioctl(fd, DMX_GET_CAPS, struct dmx_caps *caps)
:name: DMX_GET_CAPS
Arguments
@@ -25,7 +25,7 @@ Arguments
File descriptor returned by :c:func:`open() <dvb-dmx-open>`.
``caps``
- Undocumented.
+ Pointer to struct :c:type:`dmx_caps`
Description
@@ -33,7 +33,6 @@ Description
.. note:: This ioctl is undocumented. Documentation is welcome.
-
Return Value
------------
diff --git a/Documentation/media/uapi/dvb/dmx-set-source.rst b/Documentation/media/uapi/dvb/dmx-set-source.rst
index a232fd6..ac7f77b 100644
--- a/Documentation/media/uapi/dvb/dmx-set-source.rst
+++ b/Documentation/media/uapi/dvb/dmx-set-source.rst
@@ -15,7 +15,7 @@ DMX_SET_SOURCE
Synopsis
--------
-.. c:function:: int ioctl(fd, DMX_SET_SOURCE, dmx_source_t *src)
+.. c:function:: int ioctl(fd, DMX_SET_SOURCE, struct dmx_source *src)
:name: DMX_SET_SOURCE
OpenPOWER on IntegriCloud