summaryrefslogtreecommitdiff
path: root/include/drm
diff options
context:
space:
mode:
authorSui Jingfeng <suijingfeng@loongson.cn>2023-04-09 16:15:47 +0300
committerDaniel Vetter <daniel.vetter@ffwll.ch>2023-08-03 12:06:03 +0300
commitdd9d7c18a78dfab5133e0254eae100107b660fd8 (patch)
tree8ad6dd0836b075e4143855e0bb27132e8068c0d0 /include/drm
parent078b39c9e4ba849947ded1c887bd55afdea98d65 (diff)
downloadlinux-dd9d7c18a78dfab5133e0254eae100107b660fd8.tar.xz
drm/drm_plane.h: fix grammar of the comment
Signed-off-by: Sui Jingfeng <suijingfeng@loongson.cn> Link: https://patchwork.freedesktop.org/patch/msgid/20230409131547.494128-1-15330273260@189.cn Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_plane.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_plane.h b/include/drm/drm_plane.h
index 51291983ea44..79d62856defb 100644
--- a/include/drm/drm_plane.h
+++ b/include/drm/drm_plane.h
@@ -56,7 +56,7 @@ struct drm_plane_state {
/**
* @crtc:
*
- * Currently bound CRTC, NULL if disabled. Do not this write directly,
+ * Currently bound CRTC, NULL if disabled. Do not write this directly,
* use drm_atomic_set_crtc_for_plane()
*/
struct drm_crtc *crtc;