summaryrefslogtreecommitdiffstats
path: root/Documentation/media/uapi/v4l/vidioc-querycap.rst
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/v4l/vidioc-querycap.rst
parent4855307b81f02af4853e02cba2ce16eb29376548 (diff)
downloadlinux-ffbab694ede33c294e5864a5e0bf4d1474446a71.tar.bz2
[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/v4l/vidioc-querycap.rst')
-rw-r--r--Documentation/media/uapi/v4l/vidioc-querycap.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/media/uapi/v4l/vidioc-querycap.rst b/Documentation/media/uapi/v4l/vidioc-querycap.rst
index b10fed313f99..769a554dd8b9 100644
--- a/Documentation/media/uapi/v4l/vidioc-querycap.rst
+++ b/Documentation/media/uapi/v4l/vidioc-querycap.rst
@@ -53,7 +53,7 @@ specification the ioctl returns an ``EINVAL`` error code.
- __u8
- - ``driver``\ [16]
+ - ``driver``\ \[16\]
- Name of the driver, a unique NUL-terminated ASCII string. For
example: "bttv". Driver specific applications can use this
@@ -69,7 +69,7 @@ specification the ioctl returns an ``EINVAL`` error code.
- __u8
- - ``card``\ [32]
+ - ``card``\ \[32\]
- Name of the device, a NUL-terminated UTF-8 string. For example:
"Yoyodyne TV/FM". One driver may support different brands or
@@ -84,7 +84,7 @@ specification the ioctl returns an ``EINVAL`` error code.
- __u8
- - ``bus_info``\ [32]
+ - ``bus_info``\ \[32\]
- Location of the device in the system, a NUL-terminated ASCII
string. For example: "PCI:0000:05:06.0". This information is
@@ -166,7 +166,7 @@ specification the ioctl returns an ``EINVAL`` error code.
- __u32
- - ``reserved``\ [3]
+ - ``reserved``\ \[3\]
- Reserved for future extensions. Drivers must set this array to
zero.