The patch titled Subject: arch: Kconfig: fix spelling mistake "seperate" -> "separate" has been added to the -mm tree. Its filename is arch-kconfig-fix-spelling-mistake-seperate-separate.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/arch-kconfig-fix-spelling-mistake-seperate-separate.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/arch-kconfig-fix-spelling-mistake-seperate-separate.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Colin Ian King <colin.king@xxxxxxxxxxxxx> Subject: arch: Kconfig: fix spelling mistake "seperate" -> "separate" Threre is a spelling mistake in the Kconfig text. Fix it. Link: https://lkml.kernel.org/r/20210704095207.37342-1-colin.king@xxxxxxxxxxxxx Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/Kconfig~arch-kconfig-fix-spelling-mistake-seperate-separate +++ a/arch/Kconfig @@ -914,7 +914,7 @@ config HAVE_SOFTIRQ_ON_OWN_STACK bool help Architecture provides a function to run __do_softirq() on a - seperate stack. + separate stack. config PGTABLE_LEVELS int _ Patches currently in -mm which might be from colin.king@xxxxxxxxxxxxx are arch-kconfig-fix-spelling-mistake-seperate-separate.patch