From 808bf59cac793bc6c7de04eee4e23e6921a8a7b5 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sun, 16 Sep 2018 15:22:29 +0100 Subject: [PATCH] wsi/display: add comment Signed-off-by: Eric Engestrom Reviewed-by: Keith Packard --- src/vulkan/wsi/wsi_common_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vulkan/wsi/wsi_common_display.c b/src/vulkan/wsi/wsi_common_display.c index 20209b0..f99360e 100644 --- a/src/vulkan/wsi/wsi_common_display.c +++ b/src/vulkan/wsi/wsi_common_display.c @@ -96,7 +96,7 @@ struct wsi_display { pthread_cond_t wait_cond; pthread_t wait_thread; - struct list_head connectors; + struct list_head connectors; /* list of all discovered connectors */ }; #define wsi_for_each_display_mode(_mode, _conn) \ -- 2.7.4