]> www.infradead.org Git - users/jedix/linux-maple.git/commit
netconsole: Make boolean comparison consistent
authorBreno Leitao <leitao@debian.org>
Fri, 28 Feb 2025 12:50:18 +0000 (04:50 -0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 4 Mar 2025 14:28:27 +0000 (15:28 +0100)
commitefb878fbe8d1fae3bf1974628e6d267dc861207e
treead953df41a0d357fbeca98d3506629959a42ecb6
parent8a683295c2264e66cd8522ab6a15edfb52aa20bc
netconsole: Make boolean comparison consistent

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/7309e760-63b0-4b58-ad33-2fb8db361141@redhat.com/
Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/netconsole.c