[PATCH v2 3/8] drm/xe: Fix typo "notifer"
Matthew Brost
matthew.brost at intel.com
Wed Jul 23 18:40:28 UTC 2025
On Tue, Jul 15, 2025 at 09:44:02PM +0800, WangYuli wrote:
> There is a spelling mistake of 'notifer' in the comment which
> should be 'notifier'.
>
> Link: https://lore.kernel.org/all/B3C019B63C93846F+20250715071245.398846-1-wangyuli@uniontech.com/
> Signed-off-by: WangYuli <wangyuli at uniontech.com>
Reviewed-by: Matthew Brost <matthew.brost at intel.com>
We can apply this patch individually to drm-xe-next if that is ok with you.
> ---
> drivers/gpu/drm/xe/xe_vm_types.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/xe/xe_vm_types.h b/drivers/gpu/drm/xe/xe_vm_types.h
> index 1979e9bdbdf3..0ca27579fd1f 100644
> --- a/drivers/gpu/drm/xe/xe_vm_types.h
> +++ b/drivers/gpu/drm/xe/xe_vm_types.h
> @@ -259,7 +259,7 @@ struct xe_vm {
> * up for revalidation. Protected from access with the
> * @invalidated_lock. Removing items from the list
> * additionally requires @lock in write mode, and adding
> - * items to the list requires either the @userptr.notifer_lock in
> + * items to the list requires either the @userptr.notifier_lock in
> * write mode, OR @lock in write mode.
> */
> struct list_head invalidated;
> --
> 2.50.0
>
More information about the dri-devel
mailing list