[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <63E6DAC34DD3C878+20250715134407.540483-3-wangyuli@uniontech.com>
Date: Tue, 15 Jul 2025 21:44:02 +0800
From: WangYuli <wangyuli@...ontech.com>
To: wangyuli@...ontech.com
Cc: airlied@...il.com,
akpm@...ux-foundation.org,
alison.schofield@...el.com,
andrew+netdev@...n.ch,
andriy.shevchenko@...ux.intel.com,
arend.vanspriel@...adcom.com,
bp@...en8.de,
brcm80211-dev-list.pdl@...adcom.com,
brcm80211@...ts.linux.dev,
colin.i.king@...il.com,
cvam0000@...il.com,
dan.j.williams@...el.com,
dave.hansen@...ux.intel.com,
dave.jiang@...el.com,
dave@...olabs.net,
davem@...emloft.net,
dri-devel@...ts.freedesktop.org,
edumazet@...gle.com,
gregkh@...uxfoundation.org,
guanwentao@...ontech.com,
hpa@...or.com,
ilpo.jarvinen@...ux.intel.com,
intel-xe@...ts.freedesktop.org,
ira.weiny@...el.com,
j@...nau.net,
jeff.johnson@....qualcomm.com,
jgross@...e.com,
jirislaby@...nel.org,
johannes.berg@...el.com,
jonathan.cameron@...wei.com,
kuba@...nel.org,
kvalo@...nel.org,
kvm@...r.kernel.org,
linux-cxl@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-serial@...r.kernel.org,
linux-wireless@...r.kernel.org,
linux@...blig.org,
lucas.demarchi@...el.com,
marcin.s.wojtas@...il.com,
ming.li@...omail.com,
mingo@...nel.org,
mingo@...hat.com,
netdev@...r.kernel.org,
niecheng1@...ontech.com,
oleksandr_tyshchenko@...m.com,
pabeni@...hat.com,
pbonzini@...hat.com,
quic_ramess@...cinc.com,
ragazenta@...il.com,
rodrigo.vivi@...el.com,
seanjc@...gle.com,
shenlichuan@...o.com,
simona@...ll.ch,
sstabellini@...nel.org,
tglx@...utronix.de,
thomas.hellstrom@...ux.intel.com,
vishal.l.verma@...el.com,
x86@...nel.org,
xen-devel@...ts.xenproject.org,
yujiaoliang@...o.com,
zhanjun@...ontech.com
Subject: [PATCH v2 3/8] drm/xe: Fix typo "notifer"
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@...ontech.com>
---
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
Powered by blists - more mailing lists