mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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:
parent
078b39c9e4
commit
dd9d7c18a7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue