diff options
| author | Erick Karanja <karanja99erick@gmail.com> | 2025-04-11 11:54:25 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-04-15 16:30:14 +0200 |
| commit | 89d571794f795b626c67dc93bc148af161630a48 (patch) | |
| tree | 442c4e4b2934e67a7a7ab0e9eb24e89aafef0763 /tools/perf/scripts/python/bin/export-to-postgresql-record | |
| parent | 12ad640a04aa33961954be66c604a969a2dc9391 (diff) | |
| download | linux-89d571794f795b626c67dc93bc148af161630a48.tar.gz linux-89d571794f795b626c67dc93bc148af161630a48.zip | |
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 'tools/perf/scripts/python/bin/export-to-postgresql-record')
0 files changed, 0 insertions, 0 deletions
