aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/media/uapi/mediactl/media-ioc-device-info.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/mediactl/media-ioc-device-info.rst
parent[media] doc-rst: use the right markup for footnotes (diff)
downloadlinux-dev-ffbab694ede33c294e5864a5e0bf4d1474446a71.tar.xz
linux-dev-ffbab694ede33c294e5864a5e0bf4d1474446a71.zip
[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/mediactl/media-ioc-device-info.rst')
-rw-r--r--Documentation/media/uapi/mediactl/media-ioc-device-info.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/media/uapi/mediactl/media-ioc-device-info.rst b/Documentation/media/uapi/mediactl/media-ioc-device-info.rst
index 467d82cbb81e..e7d9570a020f 100644
--- a/Documentation/media/uapi/mediactl/media-ioc-device-info.rst
+++ b/Documentation/media/uapi/mediactl/media-ioc-device-info.rst
@@ -52,7 +52,7 @@ ioctl never fails.
- char
- - ``driver``\ [16]
+ - ``driver``\ \[16\]
- Name of the driver implementing the media API as a NUL-terminated
ASCII string. The driver version is stored in the
@@ -66,7 +66,7 @@ ioctl never fails.
- char
- - ``model``\ [32]
+ - ``model``\ \[32\]
- Device model name as a NUL-terminated UTF-8 string. The device
version is stored in the ``device_version`` field and is not be
@@ -76,7 +76,7 @@ ioctl never fails.
- char
- - ``serial``\ [40]
+ - ``serial``\ \[40\]
- Serial number as a NUL-terminated ASCII string.
@@ -84,7 +84,7 @@ ioctl never fails.
- char
- - ``bus_info``\ [32]
+ - ``bus_info``\ \[32\]
- Location of the device in the system as a NUL-terminated ASCII
string. This includes the bus type name (PCI, USB, ...) and a
@@ -120,7 +120,7 @@ ioctl never fails.
- __u32
- - ``reserved``\ [31]
+ - ``reserved``\ \[31\]
- Reserved for future extensions. Drivers and applications must set
this array to zero.