From e0927092b6fd7e6ca5f5cf9e7d9e00a1a9563ca7 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 31 Aug 2016 14:14:26 -0300 Subject: [PATCH] [media] ca-get-msg.rst: add a boilerplate for struct ca_msg There are no descriptions at ca.h header for this struct. Yet, as we want to get rid of the warnings, let's add a boilerplate, with just the struct types and fields. Signed-off-by: Mauro Carvalho Chehab --- Documentation/media/uapi/dvb/ca-get-msg.rst | 33 ++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/Documentation/media/uapi/dvb/ca-get-msg.rst b/Documentation/media/uapi/dvb/ca-get-msg.rst index 8809952..03b2a60 100644 --- a/Documentation/media/uapi/dvb/ca-get-msg.rst +++ b/Documentation/media/uapi/dvb/ca-get-msg.rst @@ -26,7 +26,38 @@ Arguments File descriptor returned by a previous call to :c:func:`open() `. ``msg`` - Undocumented. + Pointer to struct :c:type:`ca_msg`. + + +.. c:type:: struct ca_msg + +.. flat-table:: struct ca_msg + :header-rows: 1 + :stub-columns: 0 + + - + - type + - name + - description + - + - unsigned int + - index + - + + - + - unsigned int + - type + - + + - + - unsigned int + - length + - + + - + - unsigned char + - msg[256] + - Description -- 2.7.4