summaryrefslogtreecommitdiffstats
path: root/Documentation/media/uapi/dvb/ca-send-msg.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/media/uapi/dvb/ca-send-msg.rst')
-rw-r--r--Documentation/media/uapi/dvb/ca-send-msg.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/media/uapi/dvb/ca-send-msg.rst b/Documentation/media/uapi/dvb/ca-send-msg.rst
index 0c42b10cf4f4..532ef5f9d6ac 100644
--- a/Documentation/media/uapi/dvb/ca-send-msg.rst
+++ b/Documentation/media/uapi/dvb/ca-send-msg.rst
@@ -15,7 +15,7 @@ CA_SEND_MSG
Synopsis
--------
-.. c:function:: int ioctl(fd, CA_SEND_MSG, ca_msg_t *msg)
+.. c:function:: int ioctl(fd, CA_SEND_MSG, struct ca_msg *msg)
:name: CA_SEND_MSG
@@ -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_msg`.
Description