From: Andrew Morton Date: Tue, 4 Mar 2025 04:51:01 +0000 (-0800) Subject: mm-hugetlb-add-hugetlb_alloc_threads-cmdline-option-fix X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5f1e1439703bb1e71770d6a83af0049fec76ca38;p=users%2Fjedix%2Flinux-maple.git mm-hugetlb-add-hugetlb_alloc_threads-cmdline-option-fix tidy up a comment Cc: Jonathan Corbet Cc: Muchun Song Cc: Thomas Prescher Signed-off-by: Andrew Morton --- diff --git a/mm/hugetlb.c b/mm/hugetlb.c index 37d6d9ec6119..7a43aaad2759 100644 --- a/mm/hugetlb.c +++ b/mm/hugetlb.c @@ -4998,7 +4998,9 @@ void __init hugetlb_bootmem_alloc(void) __hugetlb_bootmem_allocated = true; } -/* hugepage_alloc_threads command line parsing +/* + * hugepage_alloc_threads command line parsing. + * * When set, use this specific number of threads for the boot * allocation of hugepages. */