summaryrefslogtreecommitdiff
path: root/Documentation/media/uapi/cec
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-12 15:20:11 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-12 15:20:11 -0300
commitffbab694ede33c294e5864a5e0bf4d1474446a71 (patch)
treed1bf96518d2a909215aa7820d0ea9041923d3996 /Documentation/media/uapi/cec
parent4855307b81f02af4853e02cba2ce16eb29376548 (diff)
[media] docs-rst: escape [] characters
Those characters are used for citations. Better to escape, to avoid them to be misinterpreted. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/cec')
-rw-r--r--Documentation/media/uapi/cec/cec-ioc-adap-g-caps.rst4
-rw-r--r--Documentation/media/uapi/cec/cec-ioc-adap-g-log-addrs.rst6
-rw-r--r--Documentation/media/uapi/cec/cec-ioc-receive.rst2
3 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/media/uapi/cec/cec-ioc-adap-g-caps.rst b/Documentation/media/uapi/cec/cec-ioc-adap-g-caps.rst
index 2ca9199c3305..8d9d55757d45 100644
--- a/Documentation/media/uapi/cec/cec-ioc-adap-g-caps.rst
+++ b/Documentation/media/uapi/cec/cec-ioc-adap-g-caps.rst
@@ -52,7 +52,7 @@ returns the information to the application. The ioctl never fails.
- char
- - ``driver[32]``
+ - ``driver\[32\]``
- The name of the cec adapter driver.
@@ -60,7 +60,7 @@ returns the information to the application. The ioctl never fails.
- char
- - ``name[32]``
+ - ``name\[32\]``
- The name of this CEC adapter. The combination ``driver`` and
``name`` must be unique.
diff --git a/Documentation/media/uapi/cec/cec-ioc-adap-g-log-addrs.rst b/Documentation/media/uapi/cec/cec-ioc-adap-g-log-addrs.rst
index 7d7a3b43aedc..c52b8888d381 100644
--- a/Documentation/media/uapi/cec/cec-ioc-adap-g-log-addrs.rst
+++ b/Documentation/media/uapi/cec/cec-ioc-adap-g-log-addrs.rst
@@ -70,7 +70,7 @@ by a file handle in initiator mode (see
- The actual logical addresses that were claimed. This is set by the
driver. If no logical address could be claimed, then it is set to
``CEC_LOG_ADDR_INVALID``. If this adapter is Unregistered, then
- ``log_addr[0]`` is set to 0xf and all others to
+ ``log_addr\[0\]`` is set to 0xf and all others to
``CEC_LOG_ADDR_INVALID``.
- .. row 2
@@ -138,7 +138,7 @@ by a file handle in initiator mode (see
- char
- - ``osd_name``\ [15]
+ - ``osd_name``\ \[15\]
- The On-Screen Display name as is returned by the
``CEC_MSG_SET_OSD_NAME`` message.
@@ -178,7 +178,7 @@ by a file handle in initiator mode (see
- __u8
- - ``features`` [CEC_MAX_LOG_ADDRS][12]
+ - ``features`` [CEC_MAX_LOG_ADDRS]\[12\]
- Features for each logical address. Used to implement the
``CEC_MSG_REPORT_FEATURES`` message. The 12 bytes include both the
diff --git a/Documentation/media/uapi/cec/cec-ioc-receive.rst b/Documentation/media/uapi/cec/cec-ioc-receive.rst
index 47aadcd553ee..9a16a3d38340 100644
--- a/Documentation/media/uapi/cec/cec-ioc-receive.rst
+++ b/Documentation/media/uapi/cec/cec-ioc-receive.rst
@@ -139,7 +139,7 @@ queue, then it will return -1 and set errno to the EBUSY error code.
- __u8
- - ``msg``\ [16]
+ - ``msg``\ \[16\]
- The message payload. For :ref:`CEC_TRANSMIT` this is filled in by the
application. The driver will fill this in for :ref:`CEC_RECEIVE` and