summaryrefslogtreecommitdiff
path: root/Documentation/media/uapi/dvb/ca-get-msg.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-msg.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-msg.rst')
-rw-r--r--Documentation/media/uapi/dvb/ca-get-msg.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/media/uapi/dvb/ca-get-msg.rst b/Documentation/media/uapi/dvb/ca-get-msg.rst
index 03b2a602f02a..121588da3ef1 100644
--- a/Documentation/media/uapi/dvb/ca-get-msg.rst
+++ b/Documentation/media/uapi/dvb/ca-get-msg.rst
@@ -15,7 +15,7 @@ CA_GET_MSG
Synopsis
--------
-.. c:function:: int ioctl(fd, CA_GET_MSG, ca_msg_t *msg)
+.. c:function:: int ioctl(fd, CA_GET_MSG, struct ca_msg *msg)
:name: CA_GET_MSG