Message ID | 20210302184427.1301264-1-lionel.g.landwerlin@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm: fix drm_mode_create_blob comment | expand |
Good catch!
Reviewed-by: Simon Ser <contact@emersion.fr>
Thanks Simon. Do you have the rights to push this patch? -Lionel On 02/03/2021 20:46, Simon Ser wrote: > Good catch! > > Reviewed-by: Simon Ser <contact@emersion.fr>
On Tuesday, March 2nd, 2021 at 7:47 PM, Lionel Landwerlin <lionel.g.landwerlin@intel.com> wrote:
> Thanks Simon. Do you have the rights to push this patch?
Ah, since you're asking about this, it probably means you don't have the
rights. I'll push the patch now to drm-misc-next.
On 02/03/2021 20:48, Simon Ser wrote: > On Tuesday, March 2nd, 2021 at 7:47 PM, Lionel Landwerlin <lionel.g.landwerlin@intel.com> wrote: > >> Thanks Simon. Do you have the rights to push this patch? > Ah, since you're asking about this, it probably means you don't have the > rights. I'll push the patch now to drm-misc-next. Thanks a bunch! -Lionel
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.
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(-)