diff mbox series

hugetlbfs: Fixed code style, adding a blank line between functions

Message ID 20230102135453.31609-1-wlfightup@gmail.com (mailing list archive)
State New
Headers show
Series hugetlbfs: Fixed code style, adding a blank line between functions | expand

Commit Message

Paul Schlacter Jan. 2, 2023, 1:54 p.m. UTC
From: wlfightup <wlfightup@gmail.com>

The code style must uniform, and the functions cannot be
separated without blank line

Signed-off-by: wlfightup <wlfightup@gmail.com>
---
 mm/hugetlb.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/mm/hugetlb.c b/mm/hugetlb.c
index db895230ee7e..4ad2be7f3b83 100644
--- a/mm/hugetlb.c
+++ b/mm/hugetlb.c
@@ -3213,6 +3213,7 @@  static void __init gather_bootmem_prealloc(void)
 		cond_resched();
 	}
 }
+
 static void __init hugetlb_hstate_alloc_pages_onenode(struct hstate *h, int nid)
 {
 	unsigned long i;