[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 3/8] drm/xe: Fix typo "notifer"
- To: wangyuli@xxxxxxxxxxxxx
- From: WangYuli <wangyuli@xxxxxxxxxxxxx>
- Date: Tue, 15 Jul 2025 21:44:02 +0800
- Cc: airlied@xxxxxxxxx, akpm@xxxxxxxxxxxxxxxxxxxx, alison.schofield@xxxxxxxxx, andrew+netdev@xxxxxxx, andriy.shevchenko@xxxxxxxxxxxxxxx, arend.vanspriel@xxxxxxxxxxxx, bp@xxxxxxxxx, brcm80211-dev-list.pdl@xxxxxxxxxxxx, brcm80211@xxxxxxxxxxxxxxx, colin.i.king@xxxxxxxxx, cvam0000@xxxxxxxxx, dan.j.williams@xxxxxxxxx, dave.hansen@xxxxxxxxxxxxxxx, dave.jiang@xxxxxxxxx, dave@xxxxxxxxxxxx, davem@xxxxxxxxxxxxx, dri-devel@xxxxxxxxxxxxxxxxxxxxx, edumazet@xxxxxxxxxx, gregkh@xxxxxxxxxxxxxxxxxxx, guanwentao@xxxxxxxxxxxxx, hpa@xxxxxxxxx, ilpo.jarvinen@xxxxxxxxxxxxxxx, intel-xe@xxxxxxxxxxxxxxxxxxxxx, ira.weiny@xxxxxxxxx, j@xxxxxxxxxx, jeff.johnson@xxxxxxxxxxxxxxxx, jgross@xxxxxxxx, jirislaby@xxxxxxxxxx, johannes.berg@xxxxxxxxx, jonathan.cameron@xxxxxxxxxx, kuba@xxxxxxxxxx, kvalo@xxxxxxxxxx, kvm@xxxxxxxxxxxxxxx, linux-cxl@xxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, linux-serial@xxxxxxxxxxxxxxx, linux-wireless@xxxxxxxxxxxxxxx, linux@xxxxxxxxxxx, lucas.demarchi@xxxxxxxxx, marcin.s.wojtas@xxxxxxxxx, ming.li@xxxxxxxxxxxx, mingo@xxxxxxxxxx, mingo@xxxxxxxxxx, netdev@xxxxxxxxxxxxxxx, niecheng1@xxxxxxxxxxxxx, oleksandr_tyshchenko@xxxxxxxx, pabeni@xxxxxxxxxx, pbonzini@xxxxxxxxxx, quic_ramess@xxxxxxxxxxx, ragazenta@xxxxxxxxx, rodrigo.vivi@xxxxxxxxx, seanjc@xxxxxxxxxx, shenlichuan@xxxxxxxx, simona@xxxxxxxx, sstabellini@xxxxxxxxxx, tglx@xxxxxxxxxxxxx, thomas.hellstrom@xxxxxxxxxxxxxxx, vishal.l.verma@xxxxxxxxx, x86@xxxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxxx, yujiaoliang@xxxxxxxx, zhanjun@xxxxxxxxxxxxx
- Delivery-date: Tue, 15 Jul 2025 13:45:47 +0000
- Ex-qq-recipientcnt: 63
- Feedback-id: zesmtpip:uniontech.com:qybglogicsvrgz:qybglogicsvrgz8a-1
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
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@xxxxxxxxxxxxx/
Signed-off-by: WangYuli <wangyuli@xxxxxxxxxxxxx>
---
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
|