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/[email protected] Signed-off-by: WangYuli <[email protected]> Reviewed-by: Thomas Hellström <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent fbedfb0 commit 26197b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)