]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[media] docs-rst: fix dmx bad cross-references
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 31 Aug 2016 21:57:07 +0000 (18:57 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 9 Sep 2016 12:53:54 +0000 (09:53 -0300)
Some structs are pointed via the typedef. As we replaced
those references, fix them.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/media/uapi/dvb/dmx-get-caps.rst
Documentation/media/uapi/dvb/dmx-set-source.rst

index aaf084a245fdcd81fe9bb90ece29ba24024e5620..145fb520d779f944972fb35a6c0fbac1c3e8ef34 100644 (file)
@@ -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
 ------------
 
index a232fd6e5f52ce3c72f7796fc06f194d398734f2..ac7f77b25e06446b2fcb694223bacbe8f489fc32 100644 (file)
@@ -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