summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2026-08-01 21:09:55 +0200
committerTejun Heo <tj@kernel.org>2026-08-01 23:42:05 -1000
commitae649c9636244a7529a1559c143d4ce9c5da62fa (patch)
tree55701523a3735b32135d0c199f301b8b31694d3b /tools/perf/scripts/python/stackcollapse.py
parent3864c95587a4b487cf231ec0ab8c3d1c11764eb7 (diff)
cgroup: drop unneeded semicolon
The trailing semicolon belongs at the point of use, not in the macro definition. All uses have been verified to have their own semicolons. This was found using the following Coccinelle semantic patch: @r@ identifier i : script:ocaml() { String.lowercase_ascii i = i }; expression e; @@ *#define i(...) e; Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions