media: vidioc-queryctrl.rst: fix broken c:type references
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 14 Aug 2019 14:07:06 +0000 (11:07 -0300)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 19 Aug 2019 15:07:31 +0000 (12:07 -0300)
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>
Documentation/media/uapi/v4l/vidioc-queryctrl.rst

index dc500632095db3a97bcf96306538962fad42ed9d..a3d56ffbf4cc489ff2c1c47261045ef14bd9be80 100644 (file)
@@ -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