From: Zhiyuan Dai Date: Tue, 13 Apr 2021 22:21:08 +0000 (+1000) Subject: mm/vmscan: minor coding style tweaks X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=639ef7002c2a4cabf244d1c3792a20381d6c395b;p=users%2Fjedix%2Flinux-maple.git mm/vmscan: minor coding style tweaks Add whitespace to fix coding style issues, improve code reading. Link: https://lkml.kernel.org/r/1614227649-19853-1-git-send-email-daizhiyuan@phytium.com.cn Signed-off-by: Zhiyuan Dai Signed-off-by: Andrew Morton Signed-off-by: Stephen Rothwell --- diff --git a/mm/vmscan.c b/mm/vmscan.c index eb40dccc1236..bb8321026c0c 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c @@ -4058,7 +4058,7 @@ static int kswapd(void *p) { unsigned int alloc_order, reclaim_order; unsigned int highest_zoneidx = MAX_NR_ZONES - 1; - pg_data_t *pgdat = (pg_data_t*)p; + pg_data_t *pgdat = (pg_data_t *)p; struct task_struct *tsk = current; const struct cpumask *cpumask = cpumask_of_node(pgdat->node_id);