linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm: fix VM_WARN_ONCE indentation in page_alloc.c
@ 2026-01-15 20:13 Manish Kumar
  2026-01-15 20:23 ` Matthew Wilcox
  0 siblings, 1 reply; 3+ messages in thread
From: Manish Kumar @ 2026-01-15 20:13 UTC (permalink / raw)
  To: akpm; +Cc: linux-mm, linux-kernel, Manish Kumar

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

diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 5e132ead5ea0..5f52d8e71872 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -858,9 +858,9 @@ static inline void __del_page_from_free_list(struct page *page, struct zone *zon
 {
 	int nr_pages = 1 << order;
 
-        VM_WARN_ONCE(get_pageblock_migratetype(page) != migratetype,
-		     "page type is %d, passed migratetype is %d (nr=%d)\n",
-		     get_pageblock_migratetype(page), migratetype, nr_pages);
+	VM_WARN_ONCE(get_pageblock_migratetype(page) != migratetype,
+			"page type is %d, passed migratetype is %d (nr=%d)\n",
+			get_pageblock_migratetype(page), migratetype, nr_pages);
 
 	/* clear reported state and update reported page count */
 	if (page_reported(page))
-- 
2.43.0



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-01-15 21:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-15 20:13 [PATCH] mm: fix VM_WARN_ONCE indentation in page_alloc.c Manish Kumar
2026-01-15 20:23 ` Matthew Wilcox
2026-01-15 21:34   ` David Hildenbrand (Red Hat)

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