mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
media: docs: v4l2-controls: fix sentence rendered in a nonsense way
This sentence renders as: > Since such compound controls need to expose more information about > themselves than is possible with ioctls VIDIOC_QUERYCTRL, > VIDIOC_QUERY_EXT_CTRL and VIDIOC_QUERYMENU the VIDIOC_QUERY_EXT_CTRL ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ > ioctl was added. This does not make sense. Fix by providing an explicit link text. This results in: > Since such compound controls need to expose more information about > themselves than is possible with VIDIOC_QUERYCTRL the > VIDIOC_QUERY_EXT_CTRL ioctl was added. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
3fcedae346
commit
8c937ab966
1 changed files with 4 additions and 5 deletions
|
@ -85,11 +85,10 @@ be able to see such compound controls. In other words, these controls
|
||||||
with compound types should only be used programmatically.
|
with compound types should only be used programmatically.
|
||||||
|
|
||||||
Since such compound controls need to expose more information about
|
Since such compound controls need to expose more information about
|
||||||
themselves than is possible with
|
themselves than is possible with :ref:`VIDIOC_QUERYCTRL <VIDIOC_QUERYCTRL>`
|
||||||
:ref:`VIDIOC_QUERYCTRL` the
|
the :ref:`VIDIOC_QUERY_EXT_CTRL <VIDIOC_QUERYCTRL>` ioctl was added. In
|
||||||
:ref:`VIDIOC_QUERY_EXT_CTRL <VIDIOC_QUERYCTRL>` ioctl was added. In
|
particular, this ioctl gives the dimensions of the N-dimensional array if
|
||||||
particular, this ioctl gives the dimensions of the N-dimensional array
|
this control consists of more than one element.
|
||||||
if this control consists of more than one element.
|
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue