From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 57C4CC83F38 for ; Tue, 15 Jul 2025 20:05:24 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BC95710E67E; Tue, 15 Jul 2025 20:05:22 +0000 (UTC) X-Greylist: delayed 1133 seconds by postgrey-1.36 at gabe; Tue, 15 Jul 2025 14:07:22 UTC Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) by gabe.freedesktop.org (Postfix) with ESMTPS id F2A3810E5E3 for ; Tue, 15 Jul 2025 14:07:22 +0000 (UTC) Received: from mail.maildlp.com (unknown [172.18.186.231]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4bhL8c12BFz6M4Z3; Tue, 15 Jul 2025 21:47:12 +0800 (CST) Received: from frapeml500008.china.huawei.com (unknown [7.182.85.71]) by mail.maildlp.com (Postfix) with ESMTPS id 2579A1402EB; Tue, 15 Jul 2025 21:48:26 +0800 (CST) Received: from localhost (10.203.177.66) by frapeml500008.china.huawei.com (7.182.85.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Tue, 15 Jul 2025 15:48:23 +0200 Date: Tue, 15 Jul 2025 14:48:22 +0100 From: Jonathan Cameron To: WangYuli CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH v2 2/8] cxl: mce: Fix typo "notifer" Message-ID: <20250715144822.000006b9@huawei.com> In-Reply-To: <65FC7B96ECBDB052+20250715134407.540483-2-wangyuli@uniontech.com> References: <65FC7B96ECBDB052+20250715134407.540483-2-wangyuli@uniontech.com> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.42; x86_64-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.203.177.66] X-ClientProxiedBy: lhrpeml100002.china.huawei.com (7.191.160.241) To frapeml500008.china.huawei.com (7.182.85.71) X-Mailman-Approved-At: Tue, 15 Jul 2025 20:05:20 +0000 X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Tue, 15 Jul 2025 21:44:01 +0800 WangYuli wrote: > According to the context, "mce_notifer" should be "mce_notifier". > > Link: https://lore.kernel.org/all/B3C019B63C93846F+20250715071245.398846-1-wangyuli@uniontech.com/ > Fixes: 516e5bd0b6bf ("cxl: Add mce notifier to emit aliased address for extended linear cache") > Signed-off-by: WangYuli Reviewed-by: Jonathan Cameron > --- > drivers/cxl/core/mce.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/cxl/core/mce.h b/drivers/cxl/core/mce.h > index ace73424eeb6..ca272e8db6c7 100644 > --- a/drivers/cxl/core/mce.h > +++ b/drivers/cxl/core/mce.h > @@ -7,7 +7,7 @@ > > #ifdef CONFIG_CXL_MCE > int devm_cxl_register_mce_notifier(struct device *dev, > - struct notifier_block *mce_notifer); > + struct notifier_block *mce_notifier); > #else > static inline int > devm_cxl_register_mce_notifier(struct device *dev,