[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ffd58e1a8b51c98cac9be49e85d367f1a3a24c2d.camel@linux.intel.com>
Date: Tue, 22 Jul 2025 11:24:15 +0200
From: Thomas Hellström <thomas.hellstrom@...ux.intel.com>
To: WangYuli <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,
vishal.l.verma@...el.com, wangyuli@...pin.org, x86@...nel.org,
xen-devel@...ts.xenproject.org, yujiaoliang@...o.com, zhanjun@...ontech.com
Subject: Re: [PATCH v3 3/8] drm/xe: Fix typo "notifer"
On Tue, 2025-07-22 at 15:34 +0800, WangYuli wrote:
> There is a spelling mistake of 'notifer' in the comment which
> should be 'notifier'.
>
> Signed-off-by: WangYuli <wangyuli@...ontech.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@...ux.intel.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;
Powered by blists - more mailing lists