aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorJules Irenge <[email protected]>2020-08-03 13:34:39 +0100
committerPaul Moore <[email protected]>2020-08-17 20:28:17 -0400
commit265c32072b0ce4156f40527a969d335d03681b30 (patch)
treecca540b297d20391c13e5640a179590744c5b1ce /tools/perf/scripts/python/check-perf-trace.py
parent6b87024f76bc755354c18116880dc3b632447cbd (diff)
audit: uninitialize variable audit_sig_sid
Checkpatch tool reports "ERROR: do not initialise globals/statics to 0" To fix this, audit_sig_sid is uninitialized As this is stored in the .bss section, the compiler can initialize the variable automatically. Signed-off-by: Jules Irenge <[email protected]> Signed-off-by: Paul Moore <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions