]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
cxl: mce: fix typo "notifer"
authorWangYuli <wangyuli@uniontech.com>
Tue, 22 Jul 2025 07:34:25 +0000 (15:34 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 2 Aug 2025 19:01:39 +0000 (12:01 -0700)
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>
drivers/cxl/core/mce.h

index ace73424eeb6188ce04608dfe8b13ea729cf63a2..ca272e8db6c713176a232fea6e777c67db17b3a0 100644 (file)
@@ -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,