Commit fbedfb05 authored by WangYuli's avatar WangYuli Committed by Andrew Morton
Browse files

cxl: mce: fix typo "notifer"

According to the context, "mce_notifer" should be "mce_notifier".

Link: https://lkml.kernel.org/r/E1EB1BA9FDF07D53+20250722073431.21983-2-wangyuli@uniontech.com


Fixes: 516e5bd0 ("cxl: Add mce notifier to emit aliased address for extended linear cache")
Signed-off-by: default avatarWangYuli <wangyuli@uniontech.com>
Reviewed-by: default avatarJonathan Cameron <jonathan.cameron@huawei.com>
Reviewed-by: default avatarDave Jiang <dave.jiang@intel.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent a30469ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,