[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87a5hwwlad.fsf@intel.com>
Date: Thu, 01 Aug 2024 14:10:50 +0300
From: Jani Nikula <jani.nikula@...ux.intel.com>
To: abid-sayyad <sayyad.abid16@...il.com>, airlied@...il.com
Cc: daniel@...ll.ch, maarten.lankhorst@...ux.intel.com, mripard@...nel.org,
tzimmermann@...e.de, dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org, abid-sayyad <sayyad.abid16@...il.com>
Subject: Re: [PATCH] drm: Add documentation for struct drm_pane_size_hint
On Thu, 01 Aug 2024, abid-sayyad <sayyad.abid16@...il.com> wrote:
> Fixed warning for the following:
> ./include/uapi/drm/drm_mode.h:869: warning: Function parameter or struct member
> 'width' not described in 'drm_plane_size_hint'
> ./include/uapi/drm/drm_mode.h:869: warning: Function parameter or struct member
> 'height' not described in 'drm_plane_size_hint'
>
> Signed-off-by: abid-sayyad <sayyad.abid16@...il.com>
> ---
> include/uapi/drm/drm_mode.h | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/include/uapi/drm/drm_mode.h b/include/uapi/drm/drm_mode.h
> index d390011b89b4..b581d384d4b5 100644
> --- a/include/uapi/drm/drm_mode.h
> +++ b/include/uapi/drm/drm_mode.h
> @@ -864,7 +864,13 @@ struct drm_color_lut {
> * array of struct drm_plane_size_hint.
> */
> struct drm_plane_size_hint {
> + /**
> + * @width : width of the plane in pixels.
Please no space before :.
BR,
Jani.
> + */
> __u16 width;
> + /**
> + * @height : height of the plane in pixels.
> + */
> __u16 height;
> };
--
Jani Nikula, Intel
Powered by blists - more mailing lists