From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A84212E266C; Tue, 15 Jul 2025 13:48:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.176.79.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752587312; cv=none; b=Zbau1ZzSaurFsTfK+bJ0m284UM13M8j4wz3imwUMu1/7ADEBIds6SInI8E6SELmU60p9jyCS/hRHiVf8y2qKHUpxtdjqYg05AdG7W65F7A6shcSc1TR6Yxt6O+bkLbYu4zcorUo3aHKC/cJo9t3DtDENYo5ltJp/QqRlG8MS1Hk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752587312; c=relaxed/simple; bh=bxFF8xXnRj/qbdJtG1Sq0YERT3ln8lonNLu9XL31+hY=; h=Date:From:To:CC:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=LsjTlusU/KHB8Td49FOYnKysZLfe22WWYBmb70wdftuUfwSAf3jaURuN890HmDdUaSbZVTdNVkxaJ2hAPgOCobdGu6UDRrW/UmbHWnXOQ8LIr8oEAukq2lShQerXzwRYCkOJOXrDDE5eDL1BM65XUle0+8cwcJ6kEMof14JL5IU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=185.176.79.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.18.186.231]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4bhL8k2J7Tz67KXb; Tue, 15 Jul 2025 21:47:18 +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) Precedence: bulk X-Mailing-List: linux-serial@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-ClientProxiedBy: lhrpeml100002.china.huawei.com (7.191.160.241) To frapeml500008.china.huawei.com (7.182.85.71) 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,