The patch titled Subject: scripts/spelling.txt: fix "mistake" version of "synchronization" has been removed from the -mm tree. Its filename was scripts-spellingtxt-fix-mistake-version-of-synchronization.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Sven Eckelmann <sven@xxxxxxxxxxxxx> Subject: scripts/spelling.txt: fix "mistake" version of "synchronization" If both "mistake" version and "correction" version are the same, a warning message is created by checkpatch which is impossible to fix. But it was noticed that Colan Ian King created a commit e6c0a0889b80 ("ALSA: aloop: Fix spelling mistake "synchronization" -> "synchronization"") which suggests that this spelling mistake was fixed by replacing the word "synchronization" with itself. But the actual diff shows that the mistake in the code was "sychronization". It is rather likely that the "mistake" in spelling.txt should have been the latter. Link: https://lkml.kernel.org/r/20210926065529.6880-1-sven@xxxxxxxxxxxxx Fixes: 2e74c9433ba8 ("scripts/spelling.txt: add more spellings to spelling.txt") Signed-off-by: Sven Eckelmann <sven@xxxxxxxxxxxxx> Reviewed-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/spelling.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/scripts/spelling.txt~scripts-spellingtxt-fix-mistake-version-of-synchronization +++ a/scripts/spelling.txt @@ -1450,7 +1450,7 @@ syfs||sysfs symetric||symmetric synax||syntax synchonized||synchronized -synchronization||synchronization +sychronization||synchronization synchronuously||synchronously syncronize||synchronize syncronized||synchronized _ Patches currently in -mm which might be from sven@xxxxxxxxxxxxx are