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>
This commit is contained in:
Sui Jingfeng 2023-04-09 21:15:47 +08:00 committed by Daniel Vetter
parent 078b39c9e4
commit dd9d7c18a7

View file

@ -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;