mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
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>
Signed-off-by: Stafford Horne <shorne@gmail.com>
|
||
|---|---|---|
| .. | ||
| cache.c | ||
| fault.c | ||
| init.c | ||
| ioremap.c | ||
| Makefile | ||
| tlb.c | ||