aboutsummaryrefslogtreecommitdiff
path: root/include/drm
diff options
context:
space:
mode:
authorMaxime Ripard <[email protected]>2023-12-14 11:09:13 +0100
committerMaxime Ripard <[email protected]>2023-12-18 11:43:33 +0100
commit786f6c2fa4ae3913f0fdcd371e871bd97aff8481 (patch)
tree2decb0817bb2f2b4adaed0b1f8cdbf315dbe966d /include/drm
parent1c20d8b8e171b92194a4f9b45821c821606b8936 (diff)
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 <[email protected]> Reviewed-by: Daniel Vetter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Maxime Ripard <[email protected]>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_atomic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_atomic.h b/include/drm/drm_atomic.h
index 2a08030fcd75..13cecdc1257d 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;