Re: [PATCH 1/1] mm/hugetlb: Remove unnecessary 'NULL' values from Pointer

From: Muchun Song
Date: Wed Sep 14 2022 - 02:52:19 EST




> On Sep 14, 2022, at 09:21, XU pengfei <xupengfei@xxxxxxxxxxxx> wrote:
>
>
> Pointer variables allocate memory first, and then judge. There is no
> need to initialize the assignment.
>
> Signed-off-by: XU pengfei <xupengfei@xxxxxxxxxxxx>

Reviewed-by: Muchun Song <songmuchun@xxxxxxxxxxxxx>

Thanks.