summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2022-05-08 05:34:00 +0300
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-05-08 09:14:51 +0300
commitecaed1a26f7215f48420a9c02e229b84b5fbb882 (patch)
tree61887e3f9680421781f9b4b632535b16182acadd /tools/perf/scripts/python/syscall-counts.py
parentee896c5bf21cbac3bed8f958507a449168e965d3 (diff)
downloadlinux-ecaed1a26f7215f48420a9c02e229b84b5fbb882.tar.xz
w1: no need to initialise statics to 0
Static variables do not need to be initialised to 0, because compiler will initialise all uninitialised statics to 0. Thus, remove the unneeded initializations. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Link: https://lore.kernel.org/r/20220508023400.102244-1-wangborong@cdjrlc.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions