summaryrefslogtreecommitdiff
path: root/Documentation/media/uapi/dvb/ca-set-descr.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-08-31 15:59:14 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-09-09 09:52:50 -0300
commit189d7243d24ae8673c84be022808522d9df5cc40 (patch)
tree9044e736ee750b6ee6af6eda93ed5aec6e4652bf /Documentation/media/uapi/dvb/ca-set-descr.rst
parentcdb1c89681779d84605c0ac2a12cd7461ebadf17 (diff)
[media] docs-rst: fix the remaining broken links for DVB CA API
Several links are broken, as they were using the typedef name, instead of using the corresponding structs. Fix them. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/dvb/ca-set-descr.rst')
-rw-r--r--Documentation/media/uapi/dvb/ca-set-descr.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/media/uapi/dvb/ca-set-descr.rst b/Documentation/media/uapi/dvb/ca-set-descr.rst
index 63dcc2b751ef..70f7b3cf12ad 100644
--- a/Documentation/media/uapi/dvb/ca-set-descr.rst
+++ b/Documentation/media/uapi/dvb/ca-set-descr.rst
@@ -15,8 +15,8 @@ CA_SET_DESCR
Synopsis
--------
-.. c:function:: int ioctl(fd, CA_SET_DESCR, ca_descr_t *desc)
- :name:
+.. c:function:: int ioctl(fd, CA_SET_DESCR, struct ca_descr *desc)
+ :name: CA_SET_DESCR
Arguments
@@ -26,7 +26,7 @@ Arguments
File descriptor returned by a previous call to :c:func:`open() <cec-open>`.
``msg``
- Undocumented.
+ Pointer to struct :c:type:`ca_descr`.
Description