diff mbox series

[v1,2/6] drm/fb: fix kernel-doc in drm_framebuffer.h

Message ID 20200328132025.19910-3-sam@ravnborg.org (mailing list archive)
State New, archived
Headers show
Series drm: kernel-doc stuff | expand

Commit Message

Sam Ravnborg March 28, 2020, 1:20 p.m. UTC
Fix following warnings:
drm_framebuffer.h:342: warning: Function parameter or member 'block_width' not described in 'drm_afbc_framebuffer'
drm_framebuffer.h:342: warning: Function parameter or member 'block_height' not described in 'drm_afbc_framebuffer'

Trivial spelling mistakes.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Fixes: 55f7f72753ab ("drm/core: Add drm_afbc_framebuffer and a corresponding helper")
Cc: Andrzej Pietrasiewicz <andrzej.p@collabora.com>
Cc: Emil Velikov <emil.velikov@collabora.com>
Cc: James Qian Wang <james.qian.wang@arm.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
---
 include/drm/drm_framebuffer.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Andrzej Pietrasiewicz March 30, 2020, 11:35 a.m. UTC | #1
W dniu 28.03.2020 o 14:20, Sam Ravnborg pisze:
> Fix following warnings:
> drm_framebuffer.h:342: warning: Function parameter or member 'block_width' not described in 'drm_afbc_framebuffer'
> drm_framebuffer.h:342: warning: Function parameter or member 'block_height' not described in 'drm_afbc_framebuffer'
> 
> Trivial spelling mistakes.
> 
> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
> Fixes: 55f7f72753ab ("drm/core: Add drm_afbc_framebuffer and a corresponding helper")
> Cc: Andrzej Pietrasiewicz <andrzej.p@collabora.com>
> Cc: Emil Velikov <emil.velikov@collabora.com>
> Cc: James Qian Wang <james.qian.wang@arm.com>
> Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Cc: Maxime Ripard <mripard@kernel.org>
> Cc: Thomas Zimmermann <tzimmermann@suse.de>
> Cc: David Airlie <airlied@linux.ie>
> Cc: Daniel Vetter <daniel@ffwll.ch>
> ---
>   include/drm/drm_framebuffer.h | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/drm/drm_framebuffer.h b/include/drm/drm_framebuffer.h
> index e9f1b0e2968d..b53c0332f040 100644
> --- a/include/drm/drm_framebuffer.h
> +++ b/include/drm/drm_framebuffer.h
> @@ -308,11 +308,11 @@ struct drm_afbc_framebuffer {
>   	 */
>   	struct drm_framebuffer base;
>   	/**
> -	 * @block_widht: width of a single afbc block
> +	 * @block_width: width of a single afbc block
>   	 */
>   	u32 block_width;
>   	/**
> -	 * @block_widht: height of a single afbc block
> +	 * @block_height: height of a single afbc block
>   	 */
>   	u32 block_height;
>   	/**
> 

Acked-by: Andrzej Pietrasiewicz <andrzej.p@collabora.com>
Sam Ravnborg March 30, 2020, 7:02 p.m. UTC | #2
Hi Andrzej

On Mon, Mar 30, 2020 at 01:35:18PM +0200, Andrzej Pietrasiewicz wrote:
> W dniu 28.03.2020 o 14:20, Sam Ravnborg pisze:
> > Fix following warnings:
> > drm_framebuffer.h:342: warning: Function parameter or member 'block_width' not described in 'drm_afbc_framebuffer'
> > drm_framebuffer.h:342: warning: Function parameter or member 'block_height' not described in 'drm_afbc_framebuffer'
> > 
> > Trivial spelling mistakes.
> > 
> > Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
> > Fixes: 55f7f72753ab ("drm/core: Add drm_afbc_framebuffer and a corresponding helper")
> > Cc: Andrzej Pietrasiewicz <andrzej.p@collabora.com>
...
> 
> Acked-by: Andrzej Pietrasiewicz <andrzej.p@collabora.com>

Thanks. Added a-b and applied to drm-misc-next.

	Sam
diff mbox series

Patch

diff --git a/include/drm/drm_framebuffer.h b/include/drm/drm_framebuffer.h
index e9f1b0e2968d..b53c0332f040 100644
--- a/include/drm/drm_framebuffer.h
+++ b/include/drm/drm_framebuffer.h
@@ -308,11 +308,11 @@  struct drm_afbc_framebuffer {
 	 */
 	struct drm_framebuffer base;
 	/**
-	 * @block_widht: width of a single afbc block
+	 * @block_width: width of a single afbc block
 	 */
 	u32 block_width;
 	/**
-	 * @block_widht: height of a single afbc block
+	 * @block_height: height of a single afbc block
 	 */
 	u32 block_height;
 	/**