Skip to content

Commit

Permalink
drm/atomic: Remove inexistent reference
Browse files Browse the repository at this point in the history
Commit 63e83c1 ("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: Sui Jingfeng <sui.jingfeng@linux.dev>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://lore.kernel.org/r/20231214100917.277842-2-mripard@kernel.org
Signed-off-by: Maxime Ripard <mripard@kernel.org>
  • Loading branch information
Maxime Ripard committed Dec 18, 2023
1 parent 1c20d8b commit 786f6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/drm/drm_atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 786f6c2

Please sign in to comment.