aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_plane.c
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-12-17 12:32:14 +0100
committerSimon Ser <contact@emersion.fr>2020-12-17 16:57:13 +0100
commita7ecf00346823c3434bf7d629ee0b2620de2d62c (patch)
treeda2ce7b4cd5ed044a81c2b20e21829f366b53174 /drivers/gpu/drm/drm_plane.c
parentdrm/doc: introduce new section for standard plane properties (diff)
downloadlinux-dev-a7ecf00346823c3434bf7d629ee0b2620de2d62c.tar.xz
linux-dev-a7ecf00346823c3434bf7d629ee0b2620de2d62c.zip
drm/doc: fix reference to drm_format_modifier_blob
The documentation build system recognizes "struct XXX" references and generates links for them. Signed-off-by: Simon Ser <contact@emersion.fr> Cc: Pekka Paalanen <ppaalanen@gmail.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20201217113220.102271-4-contact@emersion.fr
Diffstat (limited to 'drivers/gpu/drm/drm_plane.c')
-rw-r--r--drivers/gpu/drm/drm_plane.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/drm_plane.c b/drivers/gpu/drm/drm_plane.c
index 4c1a45ac18e6..4a66374dc355 100644
--- a/drivers/gpu/drm/drm_plane.c
+++ b/drivers/gpu/drm/drm_plane.c
@@ -68,9 +68,9 @@
*
* IN_FORMATS:
* Blob property which contains the set of buffer format and modifier
- * pairs supported by this plane. The blob is a drm_format_modifier_blob
- * struct. Without this property the plane doesn't support buffers with
- * modifiers. Userspace cannot change this property.
+ * pairs supported by this plane. The blob is a struct
+ * drm_format_modifier_blob. Without this property the plane doesn't
+ * support buffers with modifiers. Userspace cannot change this property.
*/
static unsigned int drm_num_planes(struct drm_device *dev)