Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm: fix drm_mode_create_blob comment

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

authored by

Lionel Landwerlin and committed by
Simon Ser
762949bb 1db6295d

+1 -1
+1 -1
include/uapi/drm/drm_mode.h
··· 990 990 }; 991 991 992 992 /** 993 - * struct drm_mode_create_blob - Create New block property 993 + * struct drm_mode_create_blob - Create New blob property 994 994 * 995 995 * Create a new 'blob' data property, copying length bytes from data pointer, 996 996 * and returning new blob ID.