Commit 786f6c2f authored by Maxime Ripard's avatar Maxime Ripard

drm/atomic: Remove inexistent reference

Commit 63e83c1d ("drm: Consolidate connector arrays in
drm_atomic_state") removed the connector_states field but didn't remove
its mention in the num_connectors documentation.
Acked-by: default avatarSui Jingfeng <sui.jingfeng@linux.dev>
Reviewed-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: https://lore.kernel.org/r/20231214100917.277842-2-mripard@kernel.orgSigned-off-by: default avatarMaxime Ripard <mripard@kernel.org>
parent 1c20d8b8
......@@ -413,7 +413,7 @@ struct drm_atomic_state {
struct __drm_crtcs_state *crtcs;
/**
* @num_connector: size of the @connectors and @connector_states arrays
* @num_connector: size of the @connectors array
*/
int num_connector;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment