Skip to content

Commit f621f3b

Browse files
rddunlapdanvet
authored andcommitted
drm: drm_gem.h: delete duplicated words in comments
Drop the doubled words "the" and "by" in comments. Signed-off-by: Randy Dunlap <[email protected]> Cc: David Airlie <[email protected]> Cc: Daniel Vetter <[email protected]> Cc: [email protected] Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 19d97fd commit f621f3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/drm/drm_gem.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ struct drm_gem_object_funcs {
143143
/**
144144
* @vunmap:
145145
*
146-
* Releases the the address previously returned by @vmap. Used by the
146+
* Releases the address previously returned by @vmap. Used by the
147147
* drm_gem_dmabuf_vunmap() helper.
148148
*
149149
* This callback is optional.
@@ -157,7 +157,7 @@ struct drm_gem_object_funcs {
157157
*
158158
* This callback is optional.
159159
*
160-
* The callback is used by by both drm_gem_mmap_obj() and
160+
* The callback is used by both drm_gem_mmap_obj() and
161161
* drm_gem_prime_mmap(). When @mmap is present @vm_ops is not
162162
* used, the @mmap callback must set vma->vm_ops instead.
163163
*/

0 commit comments

Comments
 (0)