Re: [PATCH 2/2] kernel/stop_machine: remove redundant initialization for stop_machine_initialized
From: Peter Zijlstra
Date: Tue Jun 23 2026 - 08:34:00 EST
On Tue, Jun 23, 2026 at 03:01:01PM +0300, Igor Putko wrote:
> The static variable 'stop_machine_initialized' is implicitly initialized
> to false. Remove the explicit initialization to follow the Linux
> kernel coding style.
Please don't do whitespace patches. We can fix this whenever real
changes are required.