Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 516e5bd0b6bf ("cxl: Add mce notifier to emit aliased address for extended linear cache")
Signed-off-by: WangYuli <wangyuli@uniontech.com>
Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

WangYuli and committed by
Andrew Morton
fbedfb05 a30469ca

+1 -1
+1 -1
drivers/cxl/core/mce.h
··· 7 7 8 8 #ifdef CONFIG_CXL_MCE 9 9 int devm_cxl_register_mce_notifier(struct device *dev, 10 - struct notifier_block *mce_notifer); 10 + struct notifier_block *mce_notifier); 11 11 #else 12 12 static inline int 13 13 devm_cxl_register_mce_notifier(struct device *dev,