summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLuca Ceresoli <luca.ceresoli@bootlin.com>2025-02-04 11:51:58 +0300
committerLouis Chauvet <louis.chauvet@bootlin.com>2025-02-04 16:11:14 +0300
commitf269e5eac4dbf55d89409257ec794c9c3c51e515 (patch)
tree4a04e0ae3fac2a7019f22b903e90ffe99d04d64e /include
parent242d9bf59a0a8293acf3e67264875abd0b573614 (diff)
downloadlinux-f269e5eac4dbf55d89409257ec794c9c3c51e515.tar.xz
drm/drm_mode_object: fix typo in kerneldoc
Remove unintended extra word. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Acked-by: Louis Chauvet <louis.chauvet@bootlin.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Link: https://patchwork.freedesktop.org/patch/msgid/20250204-drm-small-improvements-v4-1-d6bbc92f12f1@bootlin.com Signed-off-by: Louis Chauvet <louis.chauvet@bootlin.com>
Diffstat (limited to 'include')
-rw-r--r--include/drm/drm_mode_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_mode_object.h b/include/drm/drm_mode_object.h
index 08d7a7f0188f..c68edbd126d0 100644
--- a/include/drm/drm_mode_object.h
+++ b/include/drm/drm_mode_object.h
@@ -35,7 +35,7 @@ struct drm_file;
* @id: userspace visible identifier
* @type: type of the object, one of DRM_MODE_OBJECT\_\*
* @properties: properties attached to this object, including values
- * @refcount: reference count for objects which with dynamic lifetime
+ * @refcount: reference count for objects with dynamic lifetime
* @free_cb: free function callback, only set for objects with dynamic lifetime
*
* Base structure for modeset objects visible to userspace. Objects can be