diff options
author | Simon Horman <[email protected]> | 2023-12-21 18:03:52 +0100 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2023-12-21 22:40:25 +0100 |
commit | 5abde62465222edd3080b70099bd809f166d5d7d (patch) | |
tree | 766b65b7e90551fd0e302979345a1d048a124e3f /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | |
parent | b08c8fc0411dce0fc44b78ce4d67f1b67c35c196 (diff) |
bpf: Avoid unnecessary use of comma operator in verifier
Although it does not seem to have any untoward side-effects, the use
of ';' to separate to assignments seems more appropriate than ','.
Flagged by clang-17 -Wcomma
No functional change intended. Compile tested only.
Signed-off-by: Simon Horman <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Reviewed-by: Dave Marchevsky <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py')
0 files changed, 0 insertions, 0 deletions