projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
242d9bf
)
drm/drm_mode_object: fix typo in kerneldoc
author
Luca Ceresoli
<luca.ceresoli@bootlin.com>
Tue, 4 Feb 2025 08:51:58 +0000
(09:51 +0100)
committer
Louis Chauvet
<louis.chauvet@bootlin.com>
Tue, 4 Feb 2025 13:11:14 +0000
(14:11 +0100)
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>
include/drm/drm_mode_object.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_mode_object.h
b/include/drm/drm_mode_object.h
index
08d7a7f
..
c68edbd
100644
(file)
--- 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 w
hich w
ith 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