summaryrefslogtreecommitdiff
path: root/Documentation/media/uapi/cec
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-13 08:43:30 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-13 08:43:30 -0300
commit8968da9b8622f2da9b7f0a695acbe341ea28f55e (patch)
tree8ea0037207dd445a512abc4d72d90a8b29255da5 /Documentation/media/uapi/cec
parentd2cd627be0f889ef7718eac98f68a822ad235f0a (diff)
Revert "[media] docs-rst: escape [] characters"
This patch touches on places where it shouldn't: image files and code examples. Also, it doesn't fix all array occurrences. So, let's revert it. This reverts commit ffbab694ede33c294e5864a5e0bf4d1474446a71.
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 8d9d55757d45..2ca9199c3305 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 c52b8888d381..7d7a3b43aedc 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 c315efc8ae2d..a327d499ac0e 100644
--- a/Documentation/media/uapi/cec/cec-ioc-receive.rst
+++ b/Documentation/media/uapi/cec/cec-ioc-receive.rst
@@ -133,7 +133,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