aboutsummaryrefslogtreecommitdiff
path: root/source/components/namespace/nsrepair2.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2025-04-10 03:51:28 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2025-04-10 03:51:28 +0000
commit97a7606d897edfa3089cb04eea70096a1f9cf734 (patch)
treec60774fdb1d10ddd5e2e7ea473de288f62458881 /source/components/namespace/nsrepair2.c
parent98a2c01a889887800ea689bbbed0c3c240712fc5 (diff)
Diffstat (limited to 'source/components/namespace/nsrepair2.c')
-rw-r--r--source/components/namespace/nsrepair2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/components/namespace/nsrepair2.c b/source/components/namespace/nsrepair2.c
index 32263828fc60..0b43412b4e76 100644
--- a/source/components/namespace/nsrepair2.c
+++ b/source/components/namespace/nsrepair2.c
@@ -9,7 +9,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
@@ -169,7 +169,7 @@ ACPI_STATUS (*ACPI_REPAIR_FUNCTION) (
typedef struct acpi_repair_info
{
- char Name[ACPI_NAMESEG_SIZE];
+ char Name[ACPI_NAMESEG_SIZE] ACPI_NONSTRING;
ACPI_REPAIR_FUNCTION RepairFunction;
} ACPI_REPAIR_INFO;