Just a silly mistake
Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Suggested-by: Ben Widawsky ben@bwidawsk.net --- include/uapi/drm/drm_mode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/drm/drm_mode.h b/include/uapi/drm/drm_mode.h index b49fbf2bdc408..93b494f704b91 100644 --- a/include/uapi/drm/drm_mode.h +++ b/include/uapi/drm/drm_mode.h @@ -993,7 +993,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.