From: Lionel Landwerlin Date: Tue, 2 Mar 2021 18:44:27 +0000 (+0200) Subject: drm: fix drm_mode_create_blob comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=762949bb1da78941b25e63f7e952af037eee15a9;p=linux.git drm: fix drm_mode_create_blob comment Just a silly mistake Signed-off-by: Lionel Landwerlin Suggested-by: Ben Widawsky Reviewed-by: Simon Ser Signed-off-by: Simon Ser Link: https://patchwork.freedesktop.org/patch/msgid/20210302184427.1301264-1-lionel.g.landwerlin@intel.com --- diff --git a/include/uapi/drm/drm_mode.h b/include/uapi/drm/drm_mode.h index 1c064627e6c33..d1a93d2a85f9e 100644 --- a/include/uapi/drm/drm_mode.h +++ b/include/uapi/drm/drm_mode.h @@ -990,7 +990,7 @@ struct drm_format_modifier { }; /** - * struct drm_mode_create_blob - Create New block property + * struct drm_mode_create_blob - Create New blob property * * Create a new 'blob' data property, copying length bytes from data pointer, * and returning new blob ID.