mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] mm/slub: fix typo in sheaves comment
@ 2026-05-16 16:40 Wilson Zeng
  2026-05-17 12:05 ` Harry Yoo
  2026-05-27  7:46 ` Vlastimil Babka (SUSE)
  0 siblings, 2 replies; 3+ messages in thread
From: Wilson Zeng @ 2026-05-16 16:40 UTC (permalink / raw)
  To: harry
  Cc: vbabka, akpm, hao.li, roman.gushchin, linux-mm, linux-kernel,
	Wilson Zeng

Fix a typo in the comment describing oversize sheaves handling:
"area" should be "are".

Signed-off-by: Wilson Zeng <cheng20011202@gmail.com>
---
 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])) {
-- 
2.53.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] mm/slub: fix typo in sheaves comment
  2026-05-16 16:40 [PATCH] mm/slub: fix typo in sheaves comment Wilson Zeng
@ 2026-05-17 12:05 ` Harry Yoo
  2026-05-27  7:46 ` Vlastimil Babka (SUSE)
  1 sibling, 0 replies; 3+ messages in thread
From: Harry Yoo @ 2026-05-17 12:05 UTC (permalink / raw)
  To: Wilson Zeng; +Cc: vbabka, akpm, hao.li, roman.gushchin, linux-mm, linux-kernel


On 5/17/26 1:40 AM, Wilson Zeng wrote:
> Fix a typo in the comment describing oversize sheaves handling:
> "area" should be "are".
>
> Signed-off-by: Wilson Zeng <cheng20011202@gmail.com>
> ---

Acked-by: Harry Yoo (Oracle) <harry@kernel.org>

>   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])) {

-- 
Cheers,
Harry / Hyeonggon


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] mm/slub: fix typo in sheaves comment
  2026-05-16 16:40 [PATCH] mm/slub: fix typo in sheaves comment Wilson Zeng
  2026-05-17 12:05 ` Harry Yoo
@ 2026-05-27  7:46 ` Vlastimil Babka (SUSE)
  1 sibling, 0 replies; 3+ messages in thread
From: Vlastimil Babka (SUSE) @ 2026-05-27  7:46 UTC (permalink / raw)
  To: Wilson Zeng, harry; +Cc: akpm, hao.li, roman.gushchin, linux-mm, linux-kernel

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@gmail.com>

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])) {


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-05-27  7:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-16 16:40 [PATCH] mm/slub: fix typo in sheaves comment Wilson Zeng
2026-05-17 12:05 ` Harry Yoo
2026-05-27  7:46 ` Vlastimil Babka (SUSE)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®