Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm: drm_gem.h: delete duplicated words in comments

Drop the doubled words "the" and "by" in comments.

Signed-off-by: Randy 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: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20200715052349.23319-3-rdunlap@infradead.org

authored by

Randy Dunlap and committed by
Daniel Vetter
f621f3bb 19d97fd6

+2 -2
+2 -2
include/drm/drm_gem.h
··· 143 143 /** 144 144 * @vunmap: 145 145 * 146 - * Releases the the address previously returned by @vmap. Used by the 146 + * Releases the address previously returned by @vmap. Used by the 147 147 * drm_gem_dmabuf_vunmap() helper. 148 148 * 149 149 * This callback is optional. ··· 157 157 * 158 158 * This callback is optional. 159 159 * 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 161 161 * drm_gem_prime_mmap(). When @mmap is present @vm_ops is not 162 162 * used, the @mmap callback must set vma->vm_ops instead. 163 163 */