aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <[email protected]>2021-03-02 20:44:27 +0200
committerSimon Ser <[email protected]>2021-03-02 20:43:34 +0100
commit762949bb1da78941b25e63f7e952af037eee15a9 (patch)
tree7452863752544ef82e6ae96db49a7e7b341854ab
parent1db6295db904c736c2013efdf0a493105d62c332 (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.h2
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.