From: Zhaoge Zhang Date: Tue, 12 Jan 2021 01:54:39 +0000 (+0800) Subject: drm: Fix macro name DRM_MODE_PROP_OBJECT in code comment X-Git-Tag: v5.12-rc1~132^2~14^2~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e60bdeb91ef7914a667be266ac0a0e6ea335475;p=thirdparty%2Fkernel%2Flinux.git drm: Fix macro name DRM_MODE_PROP_OBJECT in code comment Signed-off-by: Zhaoge Zhang Signed-off-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/1610416479-32736-1-git-send-email-zhangzhaoge@loongson.cn --- diff --git a/include/drm/drm_property.h b/include/drm/drm_property.h index 4a0a80d658c72..bbf5c1fdd7b0a 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 &drm_framebuffer to &drm_plane, &drm_plane to