From: Eric Engestrom Date: Sun, 16 Sep 2018 14:22:29 +0000 (+0100) Subject: wsi/display: add comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=808bf59cac793bc6c7de04eee4e23e6921a8a7b5;p=mesa.git wsi/display: add comment Signed-off-by: Eric Engestrom Reviewed-by: Keith Packard --- diff --git a/src/vulkan/wsi/wsi_common_display.c b/src/vulkan/wsi/wsi_common_display.c index 20209b0cbd0..f99360e8416 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) \