Re: [PATCH 04/10] hugetlb: Use sizeof() to get the array size

From: Muchun Song
Date: Fri Aug 26 2022 - 21:43:52 EST




> On Aug 26, 2022, at 17:24, Miaohe Lin <linmiaohe@xxxxxxxxxx> wrote:
>
> It's better to use sizeof() to get the array size instead of manual
> calculation. Minor readability improvement.
>
> Signed-off-by: Miaohe Lin <linmiaohe@xxxxxxxxxx>

Reviewed-by: Muchun Song <songmuchun@xxxxxxxxxxxxx>

Thanks.