Skip to content

Commit 26197b0

Browse files
WangYuliakpm00
authored andcommitted
drm/xe: fix typo "notifer"
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>
1 parent fbedfb0 commit 26197b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/xe/xe_vm_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ struct xe_vm {
259259
* up for revalidation. Protected from access with the
260260
* @invalidated_lock. Removing items from the list
261261
* additionally requires @lock in write mode, and adding
262-
* items to the list requires either the @userptr.notifer_lock in
262+
* items to the list requires either the @userptr.notifier_lock in
263263
* write mode, OR @lock in write mode.
264264
*/
265265
struct list_head invalidated;

0 commit comments

Comments
 (0)