summaryrefslogtreecommitdiffstats
path: root/Documentation/media/uapi/v4l/vidioc-g-ext-ctrls.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-08-18 14:31:47 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-08-22 10:22:46 -0300
commitef76c0685f5591927c553430967bf2e12ddb1dd6 (patch)
tree9c0ceb102bc52dba2691869c1990dec078ca993a /Documentation/media/uapi/v4l/vidioc-g-ext-ctrls.rst
parente7eaeb37f6e2168e0b240548f775b6f7b3640392 (diff)
downloadlinux-0-day-ef76c0685f5591927c553430967bf2e12ddb1dd6.tar.gz
linux-0-day-ef76c0685f5591927c553430967bf2e12ddb1dd6.tar.xz
[media] adjust some vidioc-*rst tables with wrong columns
Adjust simple cases where the columns on some vidioc files are overriding their neighbours. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/v4l/vidioc-g-ext-ctrls.rst')
-rw-r--r--Documentation/media/uapi/v4l/vidioc-g-ext-ctrls.rst14
1 files changed, 10 insertions, 4 deletions
diff --git a/Documentation/media/uapi/v4l/vidioc-g-ext-ctrls.rst b/Documentation/media/uapi/v4l/vidioc-g-ext-ctrls.rst
index fee65debfee2a..33445c6b6bc20 100644
--- a/Documentation/media/uapi/v4l/vidioc-g-ext-ctrls.rst
+++ b/Documentation/media/uapi/v4l/vidioc-g-ext-ctrls.rst
@@ -97,7 +97,9 @@ still cause this situation.
.. _v4l2-ext-control:
-.. tabularcolumns:: |p{3.5cm}|p{3.5cm}|p{3.5cm}|p{7.0cm}|
+.. tabularcolumns:: |p{1.2cm}|p{3.0cm}|p{1.5cm}|p{11.8cm}|
+
+.. cssclass: longtable
.. flat-table:: struct v4l2_ext_control
:header-rows: 0
@@ -230,7 +232,9 @@ still cause this situation.
.. _v4l2-ext-controls:
-.. tabularcolumns:: |p{3.5cm}|p{3.5cm}|p{7.0cm}|p{3.5cm}|
+.. tabularcolumns:: |p{4.0cm}|p{3.0cm}|p{2.0cm}|p{8.5cm}|
+
+.. cssclass:: longtable
.. flat-table:: struct v4l2_ext_controls
:header-rows: 0
@@ -348,8 +352,9 @@ still cause this situation.
- ``reserved``\ [2]
- - Reserved for future extensions. Drivers and applications must set
- the array to zero.
+ - Reserved for future extensions.
+
+ Drivers and applications must set the array to zero.
- .. row 7
@@ -358,6 +363,7 @@ still cause this situation.
- ``controls``
- Pointer to an array of ``count`` v4l2_ext_control structures.
+
Ignored if ``count`` equals zero.