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(+) 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 { -- 2.43.0