]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/xe: fix typo "notifer"
authorWangYuli <wangyuli@uniontech.com>
Tue, 22 Jul 2025 07:34:26 +0000 (15:34 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 2 Aug 2025 19:01:39 +0000 (12:01 -0700)
There is a spelling mistake of 'notifer' in the comment which
should be 'notifier'.

Link: https://lkml.kernel.org/r/94190C5F54A19F3E+20250722073431.21983-3-wangyuli@uniontech.com
Signed-off-by: WangYuli <wangyuli@uniontech.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/gpu/drm/xe/xe_vm_types.h

index 1979e9bdbdf36b57c43c3bf06f4e83858a095ac0..0ca27579fd1fb1c213f0e15b80b70a198c31b979 100644 (file)
@@ -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;