summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/common/acfileio.c2
-rw-r--r--source/components/parser/pstree.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/common/acfileio.c b/source/common/acfileio.c
index 9b4564ea3..ca7e79e20 100644
--- a/source/common/acfileio.c
+++ b/source/common/acfileio.c
@@ -475,7 +475,7 @@ AcValidateTableHeader (
UINT32 i;
- ACPI_FUNCTION_TRACE ("AcValidateTableHeader");
+ ACPI_FUNCTION_TRACE (AcValidateTableHeader);
/* Read a potential table header */
diff --git a/source/components/parser/pstree.c b/source/components/parser/pstree.c
index ec059ec68..ae49fab36 100644
--- a/source/components/parser/pstree.c
+++ b/source/components/parser/pstree.c
@@ -214,7 +214,7 @@ AcpiPsAppendArg (
const ACPI_OPCODE_INFO *OpInfo;
- ACPI_FUNCTION_TRACE ("PsAppendArg");
+ ACPI_FUNCTION_TRACE (PsAppendArg);
if (!Op)