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

From: SJ Park

Date: Tue Sep 15 2026 - 21:30:07 EST


On Tue, 15 Sep 2026 16:20:29 +0800 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.

Looks good to me.

>
> Signed-off-by: Zhenghui Hao <zhenghui.hao@xxxxxx>

Reviewed-by: SJ Park <sj@xxxxxxxxxx>


Thanks,
SJ

[...]