diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-31 21:59:14 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-09 15:52:50 +0300 |
commit | 189d7243d24ae8673c84be022808522d9df5cc40 (patch) | |
tree | 9044e736ee750b6ee6af6eda93ed5aec6e4652bf /Documentation/media/uapi/dvb/ca-get-msg.rst | |
parent | cdb1c89681779d84605c0ac2a12cd7461ebadf17 (diff) | |
download | linux-189d7243d24ae8673c84be022808522d9df5cc40.tar.xz |
[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.rst | 2 |
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 |