We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d97fd commit f621f3bCopy full SHA for f621f3b
include/drm/drm_gem.h
@@ -143,7 +143,7 @@ struct drm_gem_object_funcs {
143
/**
144
* @vunmap:
145
*
146
- * Releases the the address previously returned by @vmap. Used by the
+ * Releases the address previously returned by @vmap. Used by the
147
* drm_gem_dmabuf_vunmap() helper.
148
149
* This callback is optional.
@@ -157,7 +157,7 @@ struct drm_gem_object_funcs {
157
158
159
160
- * The callback is used by by both drm_gem_mmap_obj() and
+ * The callback is used by both drm_gem_mmap_obj() and
161
* drm_gem_prime_mmap(). When @mmap is present @vm_ops is not
162
* used, the @mmap callback must set vma->vm_ops instead.
163
*/
0 commit comments