Re: [PATCH v2 09/10] x86/mce/amd: Remove unnecessary NULL pointer initializations

From: Sohil Mehta
Date: Fri Oct 18 2024 - 16:36:12 EST


On 10/16/2024 5:30 AM, Qiuxu Zhuo wrote:
> As the variables {pos, tmp, block, first_block} are all initialized

This level of detail is generally not needed in the commit message. I
would rather just skip the {} brackets altogether.



> prior to their use, remove the unnecessary NULL pointer initializations.
>
> Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@xxxxxxxxx>
> ---