summaryrefslogtreecommitdiff
path: root/scripts/include
diff options
context:
space:
mode:
authorErick Karanja <karanja99erick@gmail.com>2025-04-11 11:54:25 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-04-15 17:30:14 +0300
commit89d571794f795b626c67dc93bc148af161630a48 (patch)
tree442c4e4b2934e67a7a7ab0e9eb24e89aafef0763 /scripts/include
parent12ad640a04aa33961954be66c604a969a2dc9391 (diff)
downloadlinux-89d571794f795b626c67dc93bc148af161630a48.tar.xz
staging: rtl8723bs: Use boolean false instead of integer 0
In the struct definition, adaptivity_flag is defined as type 'bool'. This change replaces the integer literal 0 with the boolean constant false to match the declared type. It ensures semantic correctness, and aligns with kernel coding conventions that prefer true/false over 1/0 for bool types. found by coccinelle Signed-off-by: Erick Karanja <karanja99erick@gmail.com> Link: https://lore.kernel.org/r/20250411085425.44177-1-karanja99erick@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/include')
0 files changed, 0 insertions, 0 deletions