summaryrefslogtreecommitdiffstats
path: root/Documentation/userspace-api
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil-cisco@xs4all.nl>2020-11-26 14:27:16 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-12-03 13:31:19 +0100
commit63e799b98042e06bec191d2e2079d04590a18a1e (patch)
treee32bc070a922a54969b2d986a15de0274a4e0821 /Documentation/userspace-api
parent63288c829b1a5991d8f8c15cab596108ed206ba6 (diff)
media: vidioc-g-ext-ctrls.rst: add missing 'struct' before the types
Add 'struct' to clarify that these are pointers to structs. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation/userspace-api')
-rw-r--r--Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst b/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst
index a4e7e67cd8ce..5dea5bce0632 100644
--- a/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst
+++ b/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst
@@ -180,31 +180,31 @@ still cause this situation.
- ``p_u32``
- A pointer to a matrix control of unsigned 32-bit values. Valid if
this control is of type ``V4L2_CTRL_TYPE_U32``.
- * - :c:type:`v4l2_area` *
+ * - struct :c:type:`v4l2_area` *
- ``p_area``
- A pointer to a struct :c:type:`v4l2_area`. Valid if this control is
of type ``V4L2_CTRL_TYPE_AREA``.
- * - :c:type:`v4l2_ctrl_h264_sps` *
+ * - struct :c:type:`v4l2_ctrl_h264_sps` *
- ``p_h264_sps``
- A pointer to a struct :c:type:`v4l2_ctrl_h264_sps`. Valid if this control is
of type ``V4L2_CTRL_TYPE_H264_SPS``.
- * - :c:type:`v4l2_ctrl_h264_pps` *
+ * - struct :c:type:`v4l2_ctrl_h264_pps` *
- ``p_h264_pps``
- A pointer to a struct :c:type:`v4l2_ctrl_h264_pps`. Valid if this control is
of type ``V4L2_CTRL_TYPE_H264_PPS``.
- * - :c:type:`v4l2_ctrl_h264_scaling_matrix` *
+ * - struct :c:type:`v4l2_ctrl_h264_scaling_matrix` *
- ``p_h264_scaling_matrix``
- A pointer to a struct :c:type:`v4l2_ctrl_h264_scaling_matrix`. Valid if this control is
of type ``V4L2_CTRL_TYPE_H264_SCALING_MATRIX``.
- * - :c:type:`v4l2_ctrl_h264_pred_weights` *
+ * - struct :c:type:`v4l2_ctrl_h264_pred_weights` *
- ``p_h264_pred_weights``
- A pointer to a struct :c:type:`v4l2_ctrl_h264_pred_weights`. Valid if this control is
of type ``V4L2_CTRL_TYPE_H264_PRED_WEIGHTS``.
- * - :c:type:`v4l2_ctrl_h264_slice_params` *
+ * - struct :c:type:`v4l2_ctrl_h264_slice_params` *
- ``p_h264_slice_params``
- A pointer to a struct :c:type:`v4l2_ctrl_h264_slice_params`. Valid if this control is
of type ``V4L2_CTRL_TYPE_H264_SLICE_PARAMS``.
- * - :c:type:`v4l2_ctrl_h264_decode_params` *
+ * - struct :c:type:`v4l2_ctrl_h264_decode_params` *
- ``p_h264_decode_params``
- A pointer to a struct :c:type:`v4l2_ctrl_h264_decode_params`. Valid if this control is
of type ``V4L2_CTRL_TYPE_H264_DECODE_PARAMS``.