diff mbox series

[2/2] media: docs: vidioc-g-ext-ctrls.rst: Update p_s32 and p_s64 types

Message ID 20230501145707.4088026-3-dlp@qtec.com
State Accepted
Commit f93ff8b7dd0c713feccfe7215651febb6de5bf68
Headers show
Series media: Fix p_s32 and p_s64 pointer types | expand

Commit Message

Daniel Lundberg Pedersen May 1, 2023, 2:57 p.m. UTC
The pointer types of p_s32 and p_s64 in v4l2_ext_control has been
updated, match the change in documentation.
---
 Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Daniel Lundberg Pedersen May 2, 2023, 3:23 p.m. UTC | #1
Forgot Signed-off-by.

Signed-off-by: Daniel Lundberg Pedersen <dlp@qtec.com>

On 01/05/2023 16:57, Daniel Lundberg Pedersen wrote:
> The pointer types of p_s32 and p_s64 in v4l2_ext_control has been
> updated, match the change in documentation.
> ---
>  Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 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 5292d5e1a91f..6d85ec6a19b4 100644
> --- a/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst
> +++ b/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst
> @@ -185,12 +185,12 @@ 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``.
> -    * - __u32 *
> +    * - __s32 *
>        - ``p_s32``
>        - A pointer to a matrix control of signed 32-bit values. Valid if
>          this control is of type ``V4L2_CTRL_TYPE_INTEGER`` and
>          ``V4L2_CTRL_FLAG_HAS_PAYLOAD`` is set.
> -    * - __u32 *
> +    * - __s64 *
>        - ``p_s64``
>        - A pointer to a matrix control of signed 64-bit values. Valid if
>          this control is of type ``V4L2_CTRL_TYPE_INTEGER64`` and
diff mbox series

Patch

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 5292d5e1a91f..6d85ec6a19b4 100644
--- a/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst
+++ b/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst
@@ -185,12 +185,12 @@  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``.
-    * - __u32 *
+    * - __s32 *
       - ``p_s32``
       - A pointer to a matrix control of signed 32-bit values. Valid if
         this control is of type ``V4L2_CTRL_TYPE_INTEGER`` and
         ``V4L2_CTRL_FLAG_HAS_PAYLOAD`` is set.
-    * - __u32 *
+    * - __s64 *
       - ``p_s64``
       - A pointer to a matrix control of signed 64-bit values. Valid if
         this control is of type ``V4L2_CTRL_TYPE_INTEGER64`` and