The patch titled Subject: mm/slab.c: fix spelling mistake "disired" -> "desired" has been added to the -mm tree. Its filename is mm-slab-fix-spelling-mistake-disired-desired.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-slab-fix-spelling-mistake-disired-desired.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-slab-fix-spelling-mistake-disired-desired.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/slab.c: fix spelling mistake "disired" -> "desired" There is a spelling mistake in a comment. Fix it. Link: https://lkml.kernel.org/r/20210317094158.5762-1-colin.king@xxxxxxxxxxxxx Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/slab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/slab.c~mm-slab-fix-spelling-mistake-disired-desired +++ a/mm/slab.c @@ -2284,7 +2284,7 @@ void __kmem_cache_release(struct kmem_ca * Because if it is the case, that means we defer the creation of * the kmalloc_{dma,}_cache of size sizeof(slab descriptor) to this point. * And we eventually call down to __kmem_cache_create(), which - * in turn looks up in the kmalloc_{dma,}_caches for the disired-size one. + * in turn looks up in the kmalloc_{dma,}_caches for the desired-size one. * This is a "chicken-and-egg" problem. * * So the off-slab slab descriptor shall come from the kmalloc_{dma,}_caches, _ Patches currently in -mm which might be from colin.king@xxxxxxxxxxxxx are mm-slab-fix-spelling-mistake-disired-desired.patch