Skip to content

Commit

Permalink
media: vidioc-queryctrl.rst: fix broken c:type references
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hans Verkuil authored and mchehab committed Aug 19, 2019
1 parent f4378ba commit 3cec570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/media/uapi/v4l/vidioc-queryctrl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cec570

Please sign in to comment.