[PATCH] drm/privacy-screen: Fix sphinx warning
Simon Ser
contact at emersion.fr
Mon Feb 7 11:43:10 UTC 2022
On Wednesday, January 26th, 2022 at 16:11, Hans de Goede <hdegoede at redhat.com> 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``
More information about the dri-devel
mailing list