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

2025-07-15 Thread Andy Shevchenko
On Tue, Jul 15, 2025 at 03:53:18PM +0800, WangYuli wrote: > On 2025/7/15 15:22, Greg KH wrote: > > Please break this up into one-patch-per-subsystem, like is required for > > things like this. > Honestly, I've always been quite unsure how to handle situations like this. > > It seems every subsyst

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

2025-07-15 Thread WangYuli
Hi greg k-h, On 2025/7/15 15:22, Greg KH wrote: Please break this up into one-patch-per-subsystem, like is required for things like this. thanks, greg k-h Honestly, I've always been quite unsure how to handle situations like this. It seems every subsystem maintainer has different preference

[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 | 2 +-

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

2025-07-15 Thread Greg KH
On Tue, Jul 15, 2025 at 03:12:45PM +0800, WangYuli wrote: > 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|