diff options
| author | Julia Lawall <Julia.Lawall@inria.fr> | 2026-08-01 21:09:51 +0200 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-08-05 17:32:31 -0700 |
| commit | 376608d9210ab81225bd0f30e113d303bf8dbc77 (patch) | |
| tree | 0f897fcc515de6dfb4c6d23b1c2fb7cb464eb135 /tools/perf/scripts/python/bin | |
| parent | 8980f3363128a7179f2c289c95449bdb0f95bf76 (diff) | |
qlcnic: 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-5-Julia.Lawall@inria.fr
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
