diff options
| author | Julia Lawall <Julia.Lawall@inria.fr> | 2026-08-01 21:09:52 +0200 |
|---|---|---|
| committer | Steven Rostedt <rostedt@goodmis.org> | 2026-08-11 15:38:43 -0400 |
| commit | b16b03ebb39d2b72376a5918ff1d6b367615be78 (patch) | |
| tree | faddf35924e4467aefcc7430427fc7b2355315dc /tools/perf/scripts/python | |
| parent | db2ddb87143519e20a95aa36c60b36107b736a58 (diff) | |
ring-buffer: 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;
Link: https://patch.msgid.link/20260801191002.1383835-6-Julia.Lawall@inria.fr
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
