Re: [PATCH 2/2] mm/memory-failure: remove redundant initialization for hw_memory_failure
From: SeongJae Park
Date: Tue Jun 23 2026 - 20:22:16 EST
On Tue, 23 Jun 2026 14:47:43 +0300 Igor Putko <igorpetindev@xxxxxxxxx> wrote:
> The static variable 'hw_memory_failure' is implicitly initialized
> to false. Remove the explicit initialization to follow the Linux
> kernel coding style.
>
> Signed-off-by: Igor Putko <igorpetindev@xxxxxxxxx>
Reviewed-by: SeongJae Park <sj@xxxxxxxxxx>
Thanks,
SJ
[...]