From: Colin Ian King Date: Fri, 7 May 2021 01:06:21 +0000 (-0700) Subject: mm/slab.c: fix spelling mistake "disired" -> "desired" X-Git-Tag: v5.15~1165^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80d015587a62f7de0495f2e84c9a584322453ac6;p=platform%2Fkernel%2Flinux-starfive.git 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@canonical.com Signed-off-by: Colin Ian King Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/slab.c b/mm/slab.c index df45c43..d56607a 100644 --- a/mm/slab.c +++ b/mm/slab.c @@ -2284,7 +2284,7 @@ void __kmem_cache_release(struct kmem_cache *cachep) * 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,