Re: [PATCH] mm/hugetlb: fix misspelled parameter names in comment

From: Muchun Song

Date: Tue Sep 15 2026 - 04:57:34 EST




> On Sep 15, 2026, at 16:20, Zhenghui Hao <zhenghui.hao@xxxxxx> wrote:
>
> The comment above hugepages_setup() refers to "hugepagsz" and
> "default_hugepagsz", but the parameters parsed by this code are
> "hugepagesz" and "default_hugepagesz". Fix the spelling and also drop
> the redundant spaces so the comment reads normally.
>
> No functional change.
>
> Signed-off-by: Zhenghui Hao <zhenghui.hao@xxxxxx>

Thanks. This makes tree-wide searches for these command-line
parameters more reliable.

Acked-by: Muchun Song <muchun.song@xxxxxxxxx>