The patch titled Subject: mm/Kconfig: fix spelling mistake "whats" -> "what's" has been added to the -mm tree. Its filename is mm-fix-spelling-mistake-in-kconfig-whats-whats.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-fix-spelling-mistake-in-kconfig-whats-whats.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-fix-spelling-mistake-in-kconfig-whats-whats.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: mm/Kconfig: fix spelling mistake "whats" -> "what's" There is a spelling mistake in the Kconfig help text. Fix it. Link: https://lkml.kernel.org/r/20201217172717.58203-1-colin.king@xxxxxxxxxxxxx Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/Kconfig~mm-fix-spelling-mistake-in-kconfig-whats-whats +++ a/mm/Kconfig @@ -713,7 +713,7 @@ config ZSMALLOC_STAT select DEBUG_FS help This option enables code in the zsmalloc to collect various - statistics about whats happening in zsmalloc and exports that + statistics about what's happening in zsmalloc and exports that information to userspace via debugfs. If unsure, say N. _ Patches currently in -mm which might be from colin.king@xxxxxxxxxxxxx are mm-fix-spelling-mistake-in-kconfig-whats-whats.patch