Re: [PATCH v3 2/7] drm: nova: Add DRM registration data
From: Danilo Krummrich
Date: Sat Jul 25 2026 - 11:24:54 EST
On Thu Jul 23, 2026 at 8:30 AM CEST, Alistair Popple wrote:
> +/// DRM registration data, accessible from ioctl handlers via the registration guard.
> +pub(crate) struct DrmRegData<'bound> {
> + #[expect(unused)]
> + pub(crate) api: Pin<&'bound NovaCoreApi<'bound>>,
> +}
Same as in the previous patch, please use another name than 'bound; 'drm maybe?