[Concept,05/22] video: Add a missing comment in struct video_uc_priv

Message ID 20251003165525.440173-6-sjg@u-boot.org
State New
Headers
Series video: Enhancements to support a pointer |

Commit Message

Simon Glass Oct. 3, 2025, 4:54 p.m. UTC
  From: Simon Glass <sjg@chromium.org>

Document the cyc_active member and arrange things in the correct order.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 drivers/video/video-uclass.c | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/drivers/video/video-uclass.c b/drivers/video/video-uclass.c
index eaf6cf9fc71..f5cd1727fce 100644
--- a/drivers/video/video-uclass.c
+++ b/drivers/video/video-uclass.c
@@ -64,6 +64,7 @@  struct cyclic_info;
  *	available address to use for a device's framebuffer. It starts at
  *	gd->video_top and works downwards, running out of space when it hits
  *	gd->video_bottom.
+ * @cyc_active: true if cyclic video sync is currently registered
  * @cyc: handle for cyclic-execution function, or NULL if none
  */
 struct video_uc_priv {