diff options
| author | Julia Lawall <Julia.Lawall@inria.fr> | 2026-08-01 21:09:56 +0200 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-08-05 17:32:34 -0700 |
| commit | ced18ba79509c4408f961b48949a2c2e0ad55c58 (patch) | |
| tree | d140f9ae65d93eadc799848708188fb28d2e2c54 /tools/perf/scripts/python/flamegraph.py | |
| parent | 376608d9210ab81225bd0f30e113d303bf8dbc77 (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/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
