diff --git a/src/xrt/compositor/common/comp_vk_swapchain.c b/src/xrt/compositor/common/comp_vk_swapchain.c
index 881445e052ce053ca35bce547a3a7fec88441025..742a4590f09b5a05c8e2e213bf4194f4e79f217f 100644
--- a/src/xrt/compositor/common/comp_vk_swapchain.c
+++ b/src/xrt/compositor/common/comp_vk_swapchain.c
@@ -19,6 +19,12 @@
 #include "comp_vk_swapchain.h"
 
 
+/*
+ *
+ * Types, defines and data.
+ *
+ */
+
 /*!
  * These formats will be 'preferred' - in future we may wish to give preference
  * to higher bit depths if they are available, but most display devices we are
diff --git a/src/xrt/compositor/main/comp_settings.h b/src/xrt/compositor/main/comp_settings.h
index 2acd81b2e3307eaed5241a86c339a941f185a69f..992df7ed6a5d48bf42f51284cacbf3c1b4b0e3f6 100644
--- a/src/xrt/compositor/main/comp_settings.h
+++ b/src/xrt/compositor/main/comp_settings.h
@@ -18,12 +18,16 @@
 extern "C" {
 #endif
 
-// since NVidia direct mode lets us 'acquire' any display, we need to
-// be careful about which displays we attempt to acquire.
-// We may wish to allow user configuration to extend this list.
-XRT_MAYBE_UNUSED static const char *NV_DIRECT_WHITELIST[] = {
-    "Sony SIE  HMD *08", "HTC Corporation HTC-VIVE"};
 
+/*!
+ * Since NVidia direct mode lets us 'acquire' any display, we need to
+ * be careful about which displays we attempt to acquire.
+ * We may wish to allow user configuration to extend this list.
+ */
+XRT_MAYBE_UNUSED static const char *NV_DIRECT_WHITELIST[] = {
+    "Sony SIE  HMD *08",
+    "HTC Corporation HTC-VIVE",
+};
 
 /*!
  * Window type to use.