diff options
author | Lionel Landwerlin <[email protected]> | 2021-03-02 20:44:27 +0200 |
---|---|---|
committer | Simon Ser <[email protected]> | 2021-03-02 20:43:34 +0100 |
commit | 762949bb1da78941b25e63f7e952af037eee15a9 (patch) | |
tree | 7452863752544ef82e6ae96db49a7e7b341854ab | |
parent | 1db6295db904c736c2013efdf0a493105d62c332 (diff) |
drm: fix drm_mode_create_blob comment
Just a silly mistake
Signed-off-by: Lionel Landwerlin <[email protected]>
Suggested-by: Ben Widawsky <[email protected]>
Reviewed-by: Simon Ser <[email protected]>
Signed-off-by: Simon Ser <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-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. |