[PATCH] treewide: Fix typo "notifer"

2025-07-15 Thread WangYuli
There are some spelling mistakes of 'notifer' in comments which should be 'notifier'. Fix them and add it to scripts/spelling.txt. Signed-off-by: WangYuli --- arch/x86/kvm/i8254.c| 4 ++-- drivers/cxl/core/mce.h

[PATCH v2 0/8] treewide: Fix typo "notifer"

2025-07-15 Thread WangYuli
There are some spelling mistakes of 'notifer' in comments which should be 'notifier'. Fix them and add it to scripts/spelling.txt. Link: https://lore.kernel.org/all/b3c019b63c93846f+20250715071245.398846-1-wangy...@uniontech.com/ WangYuli (8): KVM: x86: Fix typo "

[PATCH v2 2/8] cxl: mce: Fix typo "notifer"

2025-07-15 Thread WangYuli
According to the context, "mce_notifer" should be "mce_notifier". Link: https://lore.kernel.org/all/b3c019b63c93846f+20250715071245.398846-1-wangy...@uniontech.com/ Fixes: 516e5bd0b6bf ("cxl: Add mce notifier to emit aliased address for extended linear cache&

[PATCH v2 1/8] KVM: x86: Fix typo "notifer"

2025-07-15 Thread WangYuli
There are some spelling mistakes of 'notifer' which should be 'notifier'. Link: https://lore.kernel.org/all/b3c019b63c93846f+20250715071245.398846-1-wangy...@uniontech.com/ Signed-off-by: WangYuli --- arch/x86/kvm/i8254.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

[PATCH v2 5/8] wifi: brcmfmac: Fix typo "notifer"

2025-07-15 Thread WangYuli
There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Link: https://lore.kernel.org/all/b3c019b63c93846f+20250715071245.398846-1-wangy...@uniontech.com/ Signed-off-by: WangYuli --- drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c |

[PATCH v2 6/8] serial: 8250_dw: Fix typo "notifer"

2025-07-15 Thread WangYuli
There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Link: https://lore.kernel.org/all/b3c019b63c93846f+20250715071245.398846-1-wangy...@uniontech.com/ Signed-off-by: WangYuli --- drivers/tty/serial/8250/8250_dw.c | 2 +- 1 file change

[PATCH v2 4/8] net: mvneta: Fix typo "notifer"

2025-07-15 Thread WangYuli
There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Link: https://lore.kernel.org/all/b3c019b63c93846f+20250715071245.398846-1-wangy...@uniontech.com/ Signed-off-by: WangYuli --- drivers/net/ethernet/marvell/mvneta.c | 2 +- 1 file change

[PATCH v2 3/8] drm/xe: Fix typo "notifer"

2025-07-15 Thread WangYuli
There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Link: https://lore.kernel.org/all/b3c019b63c93846f+20250715071245.398846-1-wangy...@uniontech.com/ Signed-off-by: WangYuli --- drivers/gpu/drm/xe/xe_vm_types.h | 2 +- 1 file changed, 1 inse

[PATCH v2 8/8] scripts/spelling.txt: Add notifer||notifier to spelling.txt

2025-07-15 Thread WangYuli
This typo was not listed in scripts/spelling.txt, thus it was more difficult to detect. Add it for convenience. Link: https://lore.kernel.org/all/b3c019b63c93846f+20250715071245.398846-1-wangy...@uniontech.com/ Signed-off-by: WangYuli --- scripts/spelling.txt | 1 + 1 file changed, 1 insertion

[PATCH v2 7/8] xen/xenbus: Fix typo "notifer"

2025-07-15 Thread WangYuli
There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Link: https://lore.kernel.org/all/b3c019b63c93846f+20250715071245.398846-1-wangy...@uniontech.com/ Signed-off-by: WangYuli --- include/xen/xenbus.h | 2 +- 1 file changed, 1 insertion(+),

Re: [PATCH] treewide: Fix typo "notifer"

2025-07-15 Thread WangYuli
feelings or preferences on this matter. Since you've requested it, I'll go ahead and split it up and send a v2 patchset. Thanks, -- WangYuli OpenPGP_0xC5DA1F3046F40BEE.asc Description: OpenPGP public key OpenPGP_signature.asc Description: OpenPGP digital signature

Re: [PATCH v2 6/8] serial: 8250_dw: Fix typo "notifer"

2025-07-22 Thread WangYuli
Hi greg k-h, On 2025/7/16 16:08, Greg KH wrote: Signed-off-by: WangYuli Is your name all one word like that, or should there be a " " between them? If I were to follow Western naming conventions, my name would be written as 'Yuli Wang'. However, frankly, I find it u

[PATCH v3 0/8] treewide: Fix typo "notifer"

2025-07-22 Thread WangYuli
There are some spelling mistakes of 'notifer' in comments which should be 'notifier'. Fix them and add it to scripts/spelling.txt. WangYuli (8): KVM: x86: Fix typo "notifer" cxl: mce: Fix typo "notifer" drm/xe: Fix typo "notifer" net: mvn

[PATCH v3 5/8] wifi: brcmfmac: Fix typo "notifer"

2025-07-22 Thread WangYuli
There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Acked-by: Arend van Spriel Signed-off-by: WangYuli --- drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

[PATCH v3 1/8] KVM: x86: Fix typo "notifer"

2025-07-22 Thread WangYuli
There are some spelling mistakes of 'notifer' which should be 'notifier'. Signed-off-by: WangYuli --- arch/x86/kvm/i8254.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kvm/i8254.c b/arch/x86/kvm/i8254.c index 739aa6c0d0c3..9ff55112900a 1

[PATCH v3 4/8] net: mvneta: Fix typo "notifer"

2025-07-22 Thread WangYuli
There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Reviewed-by: Simon Horman Signed-off-by: WangYuli --- drivers/net/ethernet/marvell/mvneta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/marvell

[PATCH v3 2/8] cxl: mce: Fix typo "notifer"

2025-07-22 Thread WangYuli
According to the context, "mce_notifer" should be "mce_notifier". Fixes: 516e5bd0b6bf ("cxl: Add mce notifier to emit aliased address for extended linear cache") Reviewed-by: Jonathan Cameron Reviewed-by: Dave Jiang Signed-off-by: WangYuli --- drivers/cxl/core/m

[PATCH v3 6/8] serial: 8250_dw: Fix typo "notifer"

2025-07-22 Thread WangYuli
There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Reviewed-by: Andy Shevchenko Signed-off-by: WangYuli --- drivers/tty/serial/8250/8250_dw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/8250/8250

[PATCH v3 8/8] scripts/spelling.txt: Add notifer||notifier to spelling.txt

2025-07-22 Thread WangYuli
This typo was not listed in scripts/spelling.txt, thus it was more difficult to detect. Add it for convenience. Reviewed-by: Jonathan Cameron Signed-off-by: WangYuli --- scripts/spelling.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/spelling.txt b/scripts/spelling.txt index

[PATCH v3 3/8] drm/xe: Fix typo "notifer"

2025-07-22 Thread WangYuli
There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Signed-off-by: WangYuli --- drivers/gpu/drm/xe/xe_vm_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/xe/xe_vm_types.h b/drivers/gpu/drm/xe

[PATCH v3 7/8] xen/xenbus: Fix typo "notifer"

2025-07-22 Thread WangYuli
There is a spelling mistake of 'notifer' in the comment which should be 'notifier'. Reviewed-by: Juergen Gross Signed-off-by: WangYuli --- include/xen/xenbus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xen/xenbus.h b/include/xen/xenbus.