drm: fix drm_mode_create_blob comment
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Tue, 2 Mar 2021 18:44:27 +0000 (20:44 +0200)
committerSimon Ser <contact@emersion.fr>
Tue, 2 Mar 2021 19:43:34 +0000 (20:43 +0100)
Just a silly mistake

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Suggested-by: Ben Widawsky <ben@bwidawsk.net>
Reviewed-by: Simon Ser <contact@emersion.fr>
Signed-off-by: Simon Ser <contact@emersion.fr>
Link: https://patchwork.freedesktop.org/patch/msgid/20210302184427.1301264-1-lionel.g.landwerlin@intel.com
include/uapi/drm/drm_mode.h

index 1c06462..d1a93d2 100644 (file)
@@ -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.