Skip to content

Commit 78df71b

Browse files
acpibobrafaeljw
authored andcommitted
ACPICA: Macros should not use a trailing semicolon
ACPICA commit 8d49c0b2b78b8a8c5dae4d5ff28432729f4d59f2 Link: acpica/acpica@8d49c0b2 Signed-off-by: Huilong Deng <[email protected]> Signed-off-by: Bob Moore <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 5ecce80 commit 78df71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/acpi/acoutput.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
/* Conditional execution */
416416

417417
#define ACPI_DEBUG_EXEC(a) a
418-
#define ACPI_DEBUG_ONLY_MEMBERS(a) a;
418+
#define ACPI_DEBUG_ONLY_MEMBERS(a) a
419419
#define _VERBOSE_STRUCTURES
420420

421421
/* Various object display routines for debug */

0 commit comments

Comments
 (0)