From: Randy Dunlap Date: Wed, 15 Jul 2020 05:23:45 +0000 (-0700) Subject: drm: drm_gem.h: delete duplicated words in comments X-Git-Tag: v5.15~303^2~28^2~2375 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f621f3bb33af0f92b58a2e5987f897e4f74ad028;p=platform%2Fkernel%2Flinux-starfive.git drm: drm_gem.h: delete duplicated words in comments Drop the doubled words "the" and "by" in comments. Signed-off-by: Randy Dunlap Cc: David Airlie Cc: Daniel Vetter Cc: dri-devel@lists.freedesktop.org Signed-off-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20200715052349.23319-3-rdunlap@infradead.org --- diff --git a/include/drm/drm_gem.h b/include/drm/drm_gem.h index 2410ff0..337a483 100644 --- a/include/drm/drm_gem.h +++ b/include/drm/drm_gem.h @@ -143,7 +143,7 @@ struct drm_gem_object_funcs { /** * @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. * * This callback is optional. @@ -157,7 +157,7 @@ struct drm_gem_object_funcs { * * 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 * used, the @mmap callback must set vma->vm_ops instead. */