summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorAbraham Samuel Adekunle <abrahamadekunle50@gmail.com>2025-04-04 09:20:39 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-04-15 16:28:08 +0200
commitc994aa4db445d5af7c8c5c8bf82dea544eebfd1f (patch)
tree5873eea8568773d51b838caf17a0be39a4955ed3 /tools/perf/scripts/python/task-analyzer.py
parent90bccdb4821c6b94214b33984113ecea00ac0e67 (diff)
downloadlinux-c994aa4db445d5af7c8c5c8bf82dea544eebfd1f.tar.gz
linux-c994aa4db445d5af7c8c5c8bf82dea544eebfd1f.zip
staging: rtl8723bs: modify struct field to use standard bool type
The struct sta_info field ieee8021x_blocked uses the uint values 0 and 1 to represent false and true values respectively. Convert cases to use the bool type instead to ensure consistency with other parts of the containing code where true or false have been used. This change causes the struct field to change size from a 32bit to an 8bit. However, the change is safe to make because the sta_info struct is not read from the hardware. Reported by Coccinelle. Signed-off-by: Abraham Samuel Adekunle <abrahamadekunle50@gmail.com> Link: https://lore.kernel.org/r/Z++WV1132FCULn+0@HP-650 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions