linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm/slub: minor coding style tweaks
@ 2021-02-09  5:10 Zhiyuan Dai
  2021-02-11  0:29 ` David Rientjes
  0 siblings, 1 reply; 2+ messages in thread
From: Zhiyuan Dai @ 2021-02-09  5:10 UTC (permalink / raw)
  To: cl, penberg, rientjes, iamjoonsoo.kim, akpm, vbabka
  Cc: linux-mm, linux-kernel, Zhiyuan Dai

This patch adds whitespace to fix coding style issues,
improve code reading.

Signed-off-by: Zhiyuan Dai <daizhiyuan@phytium.com.cn>
---
 mm/slub.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/slub.c b/mm/slub.c
index 7ecbbbe..3313897 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -3266,7 +3266,7 @@ void kmem_cache_free_bulk(struct kmem_cache *s, size_t size, void **p)
 		if (!df.page)
 			continue;
 
-		slab_free(df.s, df.page, df.freelist, df.tail, df.cnt,_RET_IP_);
+		slab_free(df.s, df.page, df.freelist, df.tail, df.cnt, _RET_IP_);
 	} while (likely(size));
 }
 EXPORT_SYMBOL(kmem_cache_free_bulk);
-- 
1.8.3.1



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

* Re: [PATCH] mm/slub: minor coding style tweaks
  2021-02-09  5:10 [PATCH] mm/slub: minor coding style tweaks Zhiyuan Dai
@ 2021-02-11  0:29 ` David Rientjes
  0 siblings, 0 replies; 2+ messages in thread
From: David Rientjes @ 2021-02-11  0:29 UTC (permalink / raw)
  To: Zhiyuan Dai
  Cc: cl, penberg, iamjoonsoo.kim, akpm, vbabka, linux-mm, linux-kernel

On Tue, 9 Feb 2021, Zhiyuan Dai wrote:

> This patch adds whitespace to fix coding style issues,
> improve code reading.
> 
> Signed-off-by: Zhiyuan Dai <daizhiyuan@phytium.com.cn>

Acked-by: David Rientjes <rientjes@google.com>


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

end of thread, other threads:[~2021-02-11  0:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-09  5:10 [PATCH] mm/slub: minor coding style tweaks Zhiyuan Dai
2021-02-11  0:29 ` David Rientjes

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