mirror of https://gitee.com/openkylin/linux.git
media: vidioc-queryctrl.rst: fix broken c:type references
One typo in the function name, one missing : after :c:type. 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
f4378baf07
commit
3cec570b6d
|
@ -39,8 +39,8 @@ Arguments
|
|||
File descriptor returned by :ref:`open() <func-open>`.
|
||||
|
||||
``argp``
|
||||
Pointer to struct :c:type:`v4l2_queryctl`, :c:type:`v4l2_query_ext_ctrl`
|
||||
or :c:type`v4l2_querymenu` (depending on the ioctl).
|
||||
Pointer to struct :c:type:`v4l2_queryctrl`, :c:type:`v4l2_query_ext_ctrl`
|
||||
or :c:type:`v4l2_querymenu` (depending on the ioctl).
|
||||
|
||||
|
||||
Description
|
||||
|
|
Loading…
Reference in New Issue