2021-07-13 16:10:47

by Moore, Robert

[permalink] [raw]
Subject: RE: [PATCH] ACPICA: macros should not use a trailing semicolon

Got it, thanks.
Bob


-----Original Message-----
From: Huilong Deng <[email protected]>
Sent: Saturday, July 10, 2021 11:46 PM
To: Moore, Robert <[email protected]>; [email protected]; Wysocki, Rafael J <[email protected]>; [email protected]
Cc: [email protected]; [email protected]; [email protected]; Huilong Deng <[email protected]>
Subject: [PATCH] ACPICA: macros should not use a trailing semicolon

Macros should not use a trailing semicolon.

Signed-off-by: Huilong Deng <[email protected]>
---
include/acpi/acoutput.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/acpi/acoutput.h b/include/acpi/acoutput.h index 1b4c45815695..5a3875744678 100644
--- a/include/acpi/acoutput.h
+++ b/include/acpi/acoutput.h
@@ -415,7 +415,7 @@
/* Conditional execution */

#define ACPI_DEBUG_EXEC(a) a
-#define ACPI_DEBUG_ONLY_MEMBERS(a) a;
+#define ACPI_DEBUG_ONLY_MEMBERS(a) a
#define _VERBOSE_STRUCTURES

/* Various object display routines for debug */
--
2.32.0