Re: [PATCH 1/2] mm/kasan: remove redundant initialization for kasan_flag_write_only
From: Lance Yang
Date: Wed Jun 24 2026 - 01:58:08 EST
On Tue, Jun 23, 2026 at 02:47:42PM +0300, Igor Putko wrote:
>The static variable 'kasan_flag_write_only' is implicitly initialized
>to false. Remove the explicit initialization to follow the Linux
>kernel coding style.
>
>Signed-off-by: Igor Putko <igorpetindev@xxxxxxxxx>
>---
Thanks.
Reviewed-by: Lance Yang <lance.yang@xxxxxxxxx>