linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm: add blank line after declaration in page_alloc.c
@ 2026-01-15 19:41 Manish Kumar
  0 siblings, 0 replies; only message in thread
From: Manish Kumar @ 2026-01-15 19:41 UTC (permalink / raw)
  To: akpm; +Cc: linux-mm, linux-kernel, Manish Kumar

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-01-15 19:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-15 19:41 [PATCH] mm: add blank line after declaration in page_alloc.c Manish Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox