diff options
author | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | 2021-03-02 20:44:27 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-03-02 20:43:34 +0100 |
commit | 762949bb1da78941b25e63f7e952af037eee15a9 (patch) | |
tree | 7452863752544ef82e6ae96db49a7e7b341854ab | |
parent | 1db6295db904c736c2013efdf0a493105d62c332 (diff) |
drm: fix drm_mode_create_blob commentdrm-misc-next-2021-03-03
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
-rw-r--r-- | include/uapi/drm/drm_mode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/drm/drm_mode.h b/include/uapi/drm/drm_mode.h index 1c064627e6c3..d1a93d2a85f9 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. |