summaryrefslogtreecommitdiff
path: root/Documentation/media/uapi/dvb/ca-get-cap.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-get-cap.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-get-cap.rst')
-rw-r--r--Documentation/media/uapi/dvb/ca-get-cap.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/media/uapi/dvb/ca-get-cap.rst b/Documentation/media/uapi/dvb/ca-get-cap.rst
index 77c57ac59535..fbf7e359cb8a 100644
--- a/Documentation/media/uapi/dvb/ca-get-cap.rst
+++ b/Documentation/media/uapi/dvb/ca-get-cap.rst
@@ -15,7 +15,7 @@ CA_GET_CAP
Synopsis
--------
-.. c:function:: int ioctl(fd, CA_GET_CAP, ca_caps_t *caps)
+.. c:function:: int ioctl(fd, CA_GET_CAP, struct ca_caps *caps)
:name: CA_GET_CAP
@@ -26,7 +26,7 @@ Arguments
File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`.
``caps``
- struct :c:type:`ca_caps` pointer
+ Pointer to struct :c:type:`ca_caps`.
.. c:type:: struct ca_caps