Re: [PATCH] mm/slub: fix typo in sheaves comment
From: Vlastimil Babka (SUSE)
Date: Wed May 27 2026 - 03:46:28 EST
On 5/16/26 18:40, Wilson Zeng wrote:
> Fix a typo in the comment describing oversize sheaves handling:
> "area" should be "are".
>
> Signed-off-by: Wilson Zeng <cheng20011202@xxxxxxxxx>
Applied to slab/for-next, thanks!
> ---
> mm/slub.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/mm/slub.c b/mm/slub.c
> index 8f9004536729..686559479273 100644
> --- a/mm/slub.c
> +++ b/mm/slub.c
> @@ -5011,7 +5011,7 @@ kmem_cache_prefill_sheaf(struct kmem_cache *s, gfp_t gfp, unsigned int size)
>
> /*
> * we do not need to care about pfmemalloc here because oversize
> - * sheaves area always flushed and freed when returned
> + * sheaves are always flushed and freed when returned
> */
> if (!__kmem_cache_alloc_bulk(s, gfp, size,
> &sheaf->objects[0])) {