Commit f621f3bb authored by Randy Dunlap's avatar Randy Dunlap Committed by Daniel Vetter

drm: drm_gem.h: delete duplicated words in comments

Drop the doubled words "the" and "by" in comments.
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20200715052349.23319-3-rdunlap@infradead.org
parent 19d97fd6
...@@ -143,7 +143,7 @@ struct drm_gem_object_funcs { ...@@ -143,7 +143,7 @@ struct drm_gem_object_funcs {
/** /**
* @vunmap: * @vunmap:
* *
* Releases the the address previously returned by @vmap. Used by the * Releases the address previously returned by @vmap. Used by the
* drm_gem_dmabuf_vunmap() helper. * drm_gem_dmabuf_vunmap() helper.
* *
* This callback is optional. * This callback is optional.
...@@ -157,7 +157,7 @@ struct drm_gem_object_funcs { ...@@ -157,7 +157,7 @@ struct drm_gem_object_funcs {
* *
* This callback is optional. * This callback is optional.
* *
* The callback is used by by both drm_gem_mmap_obj() and * The callback is used by both drm_gem_mmap_obj() and
* drm_gem_prime_mmap(). When @mmap is present @vm_ops is not * drm_gem_prime_mmap(). When @mmap is present @vm_ops is not
* used, the @mmap callback must set vma->vm_ops instead. * used, the @mmap callback must set vma->vm_ops instead.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment