summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2026-08-01 21:09:56 +0200
committerJakub Kicinski <kuba@kernel.org>2026-08-05 17:32:34 -0700
commitced18ba79509c4408f961b48949a2c2e0ad55c58 (patch)
treed140f9ae65d93eadc799848708188fb28d2e2c54 /tools/perf/scripts/python
parent376608d9210ab81225bd0f30e113d303bf8dbc77 (diff)
netlink: drop unneeded semicolon
When a function-like macro expands to an expression, that expression doesn't need a semicolon after it. 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> Link: https://patch.msgid.link/20260801191002.1383835-10-Julia.Lawall@inria.fr Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions