Re: [PATCH] mm/slab: minor coding style tweaks

2021-02-10 Thread David Rientjes
On Tue, 9 Feb 2021, Zhiyuan Dai wrote: > Fixed some coding style issues, improve code reading. > This patch adds whitespace to clearly separate the parameters. > > Signed-off-by: Zhiyuan Dai Acked-by: David Rientjes

[PATCH] mm/slab: minor coding style tweaks

2021-02-08 Thread Zhiyuan Dai
Fixed some coding style issues, improve code reading. This patch adds whitespace to clearly separate the parameters. Signed-off-by: Zhiyuan Dai --- mm/slab.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mm/slab.c b/mm/slab.c index d7c8da9..30bba30 100644 --- a