[PATCH] mm: add blank line after declaration in page_alloc.c

Manish Kumar posted 1 patch 3 weeks, 2 days ago
mm/page_alloc.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] mm: add blank line after declaration in page_alloc.c
Posted by Manish Kumar 3 weeks, 2 days ago
Add a blank line after the declaration of 'movable' to follow
kernel coding style, improving readability. No functional change.

Signed-off-by: Manish Kumar <manish1588@gmail.com>
---
 mm/page_alloc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index e8db6af741b5..231950d9d5c0 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -659,6 +659,7 @@ static inline unsigned int order_to_pindex(int migratetype, int order)
 
 #ifdef CONFIG_TRANSPARENT_HUGEPAGE
 	bool movable;
+	
 	if (order > PAGE_ALLOC_COSTLY_ORDER) {
 		VM_BUG_ON(order != HPAGE_PMD_ORDER);
 
-- 
2.43.0