On Fri, Feb 28, 2025 at 04:50:18AM -0800, Breno Leitao wrote: > Convert the current state assignment to use explicit boolean conversion, > making the code more robust and easier to read. This change adds a > double-negation operator to ensure consistent boolean conversion as > suggested by Paolo[1]. > > This approach aligns with the existing pattern used in > sysdata_cpu_nr_enabled_show(). > > Link: > https://lore.kernel.org/all/[email protected]/ > [1] > Signed-off-by: Breno Leitao <[email protected]>
Thanks Breno, FWIIW, I 100% agree with this change. Reviewed-by: Simon Horman <[email protected]>
