Re: [PATCH] drm: Fix macro name DRM_MODE_PROP_OBJECT in code comment

2021-01-12 Thread Daniel Vetter
On Tue, Jan 12, 2021 at 09:54:39AM +0800, Zhaoge Zhang wrote:
> Signed-off-by: Zhaoge Zhang 
> ---
>  include/drm/drm_property.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/drm/drm_property.h b/include/drm/drm_property.h
> index 4a0a80d..bbf5c1fd 100644
> --- a/include/drm/drm_property.h
> +++ b/include/drm/drm_property.h
> @@ -114,7 +114,7 @@ struct drm_property {
>* by the property. Bitmask properties are created using
>* drm_property_create_bitmask().
>*
> -  * DRM_MODE_PROB_OBJECT
> +  * DRM_MODE_PROP_OBJECT

Nice catch, merged to drm-misc-next, thanks for your patch.
-Daniel

>* Object properties are used to link modeset objects. This is used
>* extensively in the atomic support to create the display pipeline,
>* by linking _framebuffer to _plane, _plane to
> -- 
> 2.7.4
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[PATCH] drm: Fix macro name DRM_MODE_PROP_OBJECT in code comment

2021-01-11 Thread Zhaoge Zhang
Signed-off-by: Zhaoge Zhang 
---
 include/drm/drm_property.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/drm/drm_property.h b/include/drm/drm_property.h
index 4a0a80d..bbf5c1fd 100644
--- a/include/drm/drm_property.h
+++ b/include/drm/drm_property.h
@@ -114,7 +114,7 @@ struct drm_property {
 * by the property. Bitmask properties are created using
 * drm_property_create_bitmask().
 *
-* DRM_MODE_PROB_OBJECT
+* DRM_MODE_PROP_OBJECT
 * Object properties are used to link modeset objects. This is used
 * extensively in the atomic support to create the display pipeline,
 * by linking _framebuffer to _plane, _plane to
-- 
2.7.4

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel