Skip to content

Commit fbedfb0

Browse files
WangYuliakpm00
authored andcommitted
cxl: mce: fix typo "notifer"
According to the context, "mce_notifer" should be "mce_notifier". Link: https://lkml.kernel.org/r/[email protected] Fixes: 516e5bd ("cxl: Add mce notifier to emit aliased address for extended linear cache") Signed-off-by: WangYuli <[email protected]> Reviewed-by: Jonathan Cameron <[email protected]> Reviewed-by: Dave Jiang <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent a30469c commit fbedfb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/cxl/core/mce.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#ifdef CONFIG_CXL_MCE
99
int devm_cxl_register_mce_notifier(struct device *dev,
10-
struct notifier_block *mce_notifer);
10+
struct notifier_block *mce_notifier);
1111
#else
1212
static inline int
1313
devm_cxl_register_mce_notifier(struct device *dev,

0 commit comments

Comments
 (0)