linux/arch/openrisc/mm
Julia Lawall 6620f5e8c1 openrisc: 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>
Signed-off-by: Stafford Horne <shorne@gmail.com>
2026-08-15 07:30:13 +01:00
..
cache.c openrisc: Add full instruction cache invalidate functions 2026-05-23 06:34:35 +01:00
fault.c openrisc: Add prototype for die to bug.h 2023-08-21 08:15:25 +01:00
init.c OpenRISC updates for 7.2 2026-06-21 09:43:59 -07:00
ioremap.c mm: call ctor/dtor for kernel PTEs 2025-05-11 17:48:21 -07:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
tlb.c openrisc: drop unneeded semicolon 2026-08-15 07:30:13 +01:00