On Wednesday, January 26th, 2022 at 16:11, Hans de Goede <hdegoede@xxxxxxxxxx> wrote: > - * A pointer to the drm_privacy_screen's struct is passed as the void *data > + * A pointer to the drm_privacy_screen's struct is passed as the void \*data Maybe we can use @data here instead? It's used to refer to arguments or struct members. Alternatively, use double backquotes to format it as inline code blocks: ``void *data``