diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2025-04-10 03:51:28 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2025-04-10 03:51:28 +0000 |
commit | 97a7606d897edfa3089cb04eea70096a1f9cf734 (patch) | |
tree | c60774fdb1d10ddd5e2e7ea473de288f62458881 /source/include/acdebug.h | |
parent | 98a2c01a889887800ea689bbbed0c3c240712fc5 (diff) |
Diffstat (limited to 'source/include/acdebug.h')
-rw-r--r-- | source/include/acdebug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/include/acdebug.h b/source/include/acdebug.h index 40b2fc5f8418..139f65c137e6 100644 --- a/source/include/acdebug.h +++ b/source/include/acdebug.h @@ -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 @@ -187,7 +187,7 @@ typedef struct acpi_db_execute_walk { UINT32 Count; UINT32 MaxCount; - char NameSeg[ACPI_NAMESEG_SIZE + 1]; + char NameSeg[ACPI_NAMESEG_SIZE + 1] ACPI_NONSTRING; } ACPI_DB_EXECUTE_WALK; |