The patch titled Subject: checkpatch-fix-typo_spelling-check-for-words-with-apostrophe-fix has been removed from the -mm tree. Its filename was checkpatch-fix-typo_spelling-check-for-words-with-apostrophe-fix.patch This patch was dropped because it was folded into checkpatch-fix-typo_spelling-check-for-words-with-apostrophe.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: checkpatch-fix-typo_spelling-check-for-words-with-apostrophe-fix make matched misspelling more obvious, per Joe Link: https://lkml.kernel.org/r/09c24ef1aa2f1c4fe909d76f5426f08780b9d81c.camel@xxxxxxxxxxx Cc: Dwaipayan Ray <dwaipayanray1@xxxxxxxxx> Cc: Joe Perches <joe@xxxxxxxxxxx> Cc: Peilin Ye <yepeilin.cs@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/checkpatch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/scripts/checkpatch.pl~checkpatch-fix-typo_spelling-check-for-words-with-apostrophe-fix +++ a/scripts/checkpatch.pl @@ -3185,7 +3185,7 @@ sub process { while ($rawline =~ /(?:^|[^\w\-'`])($misspellings)(?:[^\w\-'`]|$)/gi) { my $typo = $1; my $blank = copy_spacing($rawline); - my $ptr = substr($blank, 0, $-[1]) . "^"; + my $ptr = substr($blank, 0, $-[1]) . "^" x length($typo); my $hereptr = "$hereline$ptr\n"; my $typo_fix = $spelling_fix{lc($typo)}; $typo_fix = ucfirst($typo_fix) if ($typo =~ /^[A-Z]/); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are checkpatch-fix-typo_spelling-check-for-words-with-apostrophe.patch resource-fix-kernel-doc-markups-checkpatch-fixes.patch lib-ubsanc-mark-type_check_kinds-with-static-keyword-fix.patch mm.patch mm-fix-initialization-of-struct-page-for-holes-in-memory-layout-checkpatch-fixes.patch mm-vmstat-fix-proc-sys-vm-stat_refresh-generating-false-warnings-fix-2.patch linux-next-rejects.patch kmap-stupid-hacks-to-make-it-compile.patch epoll-wire-up-syscall-epoll_pwait2-fix.patch set_memory-allow-set_direct_map__noflush-for-multiple-pages-fix.patch arch-mm-wire-up-memfd_secret-system-call-were-relevant-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch