From: Maxime Ripard Date: Thu, 14 Dec 2023 10:09:13 +0000 (+0100) Subject: drm/atomic: Remove inexistent reference X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=786f6c2fa4ae3913f0fdcd371e871bd97aff8481;p=linux.git drm/atomic: Remove inexistent reference Commit 63e83c1dba54 ("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 Reviewed-by: Daniel Vetter Link: https://lore.kernel.org/r/20231214100917.277842-2-mripard@kernel.org Signed-off-by: Maxime Ripard --- diff --git a/include/drm/drm_atomic.h b/include/drm/drm_atomic.h index 2a08030fcd757..13cecdc1257da 100644 --- a/include/drm/drm_atomic.h +++ b/include/drm/drm_atomic.h @@ -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;