diff options
author | 2021-12-12 15:18:38 +0800 | |
---|---|---|
committer | 2021-12-21 10:14:08 +0100 | |
commit | cab00a3e5e5efabecdbfe9d54dc8d779b2e59be3 (patch) | |
tree | 6aea58744462dbcaea6bf0eae7f61d99ab0845f0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | uacce: use sysfs_emit instead of sprintf (diff) | |
download | wireguard-linux-cab00a3e5e5efabecdbfe9d54dc8d779b2e59be3.tar.xz wireguard-linux-cab00a3e5e5efabecdbfe9d54dc8d779b2e59be3.zip |
applicom: unneed to initialise statics to 0
Static variables do not need to be initialised to 0, because compilers
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/20211212071838.304307-1-wangborong@cdjrlc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions