mm/mempool: minor coding style tweaks
[linux-block.git] / mm / vmscan.c
index 44c49acf10c4c6dbada1b039d4446082f9facaa4..5199b9696babf7a44c1dc500d63e2d2aefe23986 100644 (file)
@@ -4059,7 +4059,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);