diff mbox series

drm: fix drm_mode_create_blob comment

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

Commit Message

Lionel Landwerlin March 2, 2021, 6:44 p.m. UTC
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(-)

Comments

Simon Ser March 2, 2021, 6:46 p.m. UTC | #1
Good catch!

Reviewed-by: Simon Ser <contact@emersion.fr>
Lionel Landwerlin March 2, 2021, 6:47 p.m. UTC | #2
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>
Simon Ser March 2, 2021, 6:48 p.m. UTC | #3
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.
Lionel Landwerlin March 3, 2021, 9:16 a.m. UTC | #4
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 mbox series

Patch

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.