Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

+11 -11
+2 -2
Documentation/media/uapi/dvb/ca-get-cap.rst
··· 15 15 Synopsis 16 16 -------- 17 17 18 - .. c:function:: int ioctl(fd, CA_GET_CAP, ca_caps_t *caps) 18 + .. c:function:: int ioctl(fd, CA_GET_CAP, struct ca_caps *caps) 19 19 :name: CA_GET_CAP 20 20 21 21 ··· 26 26 File descriptor returned by a previous call to :c:func:`open() <dvb-ca-open>`. 27 27 28 28 ``caps`` 29 - struct :c:type:`ca_caps` pointer 29 + Pointer to struct :c:type:`ca_caps`. 30 30 31 31 .. c:type:: struct ca_caps 32 32
+1 -1
Documentation/media/uapi/dvb/ca-get-descr-info.rst
··· 15 15 Synopsis 16 16 -------- 17 17 18 - .. c:function:: int ioctl(fd, CA_GET_DESCR_INFO, ca_descr_info_t *desc) 18 + .. c:function:: int ioctl(fd, CA_GET_DESCR_INFO, struct ca_descr_info *desc) 19 19 :name: CA_GET_DESCR_INFO 20 20 21 21 Arguments
+1 -1
Documentation/media/uapi/dvb/ca-get-msg.rst
··· 15 15 Synopsis 16 16 -------- 17 17 18 - .. c:function:: int ioctl(fd, CA_GET_MSG, ca_msg_t *msg) 18 + .. c:function:: int ioctl(fd, CA_GET_MSG, struct ca_msg *msg) 19 19 :name: CA_GET_MSG 20 20 21 21
+1 -1
Documentation/media/uapi/dvb/ca-get-slot-info.rst
··· 15 15 Synopsis 16 16 -------- 17 17 18 - .. c:function:: int ioctl(fd, CA_GET_SLOT_INFO, ca_slot_info_t *info) 18 + .. c:function:: int ioctl(fd, CA_GET_SLOT_INFO, struct ca_slot_info *info) 19 19 :name: CA_GET_SLOT_INFO 20 20 21 21
+2 -2
Documentation/media/uapi/dvb/ca-send-msg.rst
··· 15 15 Synopsis 16 16 -------- 17 17 18 - .. c:function:: int ioctl(fd, CA_SEND_MSG, ca_msg_t *msg) 18 + .. c:function:: int ioctl(fd, CA_SEND_MSG, struct ca_msg *msg) 19 19 :name: CA_SEND_MSG 20 20 21 21 ··· 26 26 File descriptor returned by a previous call to :c:func:`open() <cec-open>`. 27 27 28 28 ``msg`` 29 - Undocumented. 29 + Pointer to struct :c:type:`ca_msg`. 30 30 31 31 32 32 Description
+3 -3
Documentation/media/uapi/dvb/ca-set-descr.rst
··· 15 15 Synopsis 16 16 -------- 17 17 18 - .. c:function:: int ioctl(fd, CA_SET_DESCR, ca_descr_t *desc) 19 - :name: 18 + .. c:function:: int ioctl(fd, CA_SET_DESCR, struct ca_descr *desc) 19 + :name: CA_SET_DESCR 20 20 21 21 22 22 Arguments ··· 26 26 File descriptor returned by a previous call to :c:func:`open() <cec-open>`. 27 27 28 28 ``msg`` 29 - Undocumented. 29 + Pointer to struct :c:type:`ca_descr`. 30 30 31 31 32 32 Description
+1 -1
Documentation/media/uapi/dvb/ca-set-pid.rst
··· 15 15 Synopsis 16 16 -------- 17 17 18 - .. c:function:: int ioctl(fd, CA_SET_PID, ca_pid_t *pid) 18 + .. c:function:: int ioctl(fd, CA_SET_PID, struct ca_pid *pid) 19 19 :name: CA_SET_PID 20 20 21 21