On 7/15/25 6:44 AM, WangYuli wrote: > According to the context, "mce_notifer" should be "mce_notifier". > > Link: > https://lore.kernel.org/all/[email protected]/ > Fixes: 516e5bd0b6bf ("cxl: Add mce notifier to emit aliased address for > extended linear cache") > Signed-off-by: WangYuli <[email protected]> Reviewed-by: Dave Jiang <[email protected]> > --- > 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,
- [PATCH v2 0/8] treewide: Fix typo "notifer" WangYuli
- [PATCH v2 1/8] KVM: x86: Fix typo "notifer"... WangYuli
- [PATCH v2 2/8] cxl: mce: Fix typo "notifer"... WangYuli
- Re: [PATCH v2 2/8] cxl: mce: Fix typo "noti... Jonathan Cameron
- Re: [PATCH v2 2/8] cxl: mce: Fix typo "noti... Dave Jiang
- [PATCH v2 3/8] drm/xe: Fix typo "notifer" WangYuli
- Re: [PATCH v2 3/8] drm/xe: Fix typo "notife... Matthew Brost
- [PATCH v2 5/8] wifi: brcmfmac: Fix typo "notife... WangYuli
- Re: [PATCH v2 5/8] wifi: brcmfmac: Fix typo &quo... Arend van Spriel
- [PATCH v2 6/8] serial: 8250_dw: Fix typo "notif... WangYuli
- Re: [PATCH v2 6/8] serial: 8250_dw: Fix typo &qu... Andy Shevchenko
- Re: [PATCH v2 6/8] serial: 8250_dw: Fix typo &qu... Greg KH
- Re: [PATCH v2 6/8] serial: 8250_dw: Fix typo... WangYuli
- Re: [PATCH v2 6/8] serial: 8250_dw: Fix ... Greg KH
- Re: [PATCH v2 6/8] serial: 8250_dw:... H. Peter Anvin
