linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fixed code style, adding a blank line between functions
@ 2023-01-02 11:29 wlfightup
  0 siblings, 0 replies; only message in thread
From: wlfightup @ 2023-01-02 11:29 UTC (permalink / raw)
  To: mike.kravetz, muchun.song, akpm
  Cc: linux-mm, linux-kernel, wangliang, wlfightup

From: wangliang <wangliang40@baidu.com>

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

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

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;
-- 
2.24.3 (Apple Git-128)



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

only message in thread, other threads:[~2023-01-02 11:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-02 11:29 [PATCH] Fixed code style, adding a blank line between functions wlfightup

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