Align two different lines of arguments with the parenthesis
of their respected function definitions. Fix style warnings
of matching alignment.
Reported by checkpatch.
Signed-off-by: John B. Wyatt IV <jbwyatt4@gmail.com>
Link: https://lore.kernel.org/r/20200403042448.863689-1-jbwyatt4@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        }
 
        mod_node_page_state(page_pgdat(page), NR_KERNEL_MISC_RECLAIMABLE,
-                                                       1 << pool->order);
+                           1 << pool->order);
        mutex_unlock(&pool->mutex);
 }
 
 
        list_del(&page->lru);
        mod_node_page_state(page_pgdat(page), NR_KERNEL_MISC_RECLAIMABLE,
-                                                       -(1 << pool->order));
+                           -(1 << pool->order));
        return page;
 }