diff options
Diffstat (limited to 'source/common/dmrestag.c')
-rw-r--r-- | source/common/dmrestag.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/common/dmrestag.c b/source/common/dmrestag.c index 5ba1037186ec..e1d8979c4476 100644 --- a/source/common/dmrestag.c +++ b/source/common/dmrestag.c @@ -8,7 +8,7 @@ * * 1. Copyright Notice * - * Some or all of this work - Copyright (c) 1999 - 2024, Intel Corp. + * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp. * All rights reserved. * * 2. License @@ -894,7 +894,7 @@ static void AcpiDmUpdateResourceName ( ACPI_NAMESPACE_NODE *ResourceNode) { - char Name[ACPI_NAMESEG_SIZE]; + char Name[ACPI_NAMESEG_SIZE] ACPI_NONSTRING; /* Ignore if a unique name has already been assigned */ |