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 <wangy...@uniontech.com> > --- > arch/x86/kvm/i8254.c | 4 ++-- > drivers/cxl/core/mce.h | 2 +- > drivers/gpu/drm/xe/xe_vm_types.h | 2 +- > drivers/net/ethernet/marvell/mvneta.c | 2 +- > drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c | 2 +- > drivers/tty/serial/8250/8250_dw.c | 2 +- > include/xen/xenbus.h | 2 +- > scripts/spelling.txt | 1 + > 8 files changed, 9 insertions(+), 8 deletions(-)
Please break this up into one-patch-per-subsystem, like is required for things like this. thanks, greg k-h