Skip to content

Commit 357be13

Browse files
sudeep-hollarafaeljw
authored andcommitted
ACPICA: Drop stale comment about the header file content
ACPICA commit 48e7c4cd893270dab8d05e6d75fbf23d0fcbb267 Commit a025731aec31 ("Restructure ACPI table files") restructed the header files and moved lots of tables that are in the ACPI specification to actbl2.h(e.g.: APIC/MADT, PCCT, PPTT, ..etc). This restructure made the comment stating this header file contains tables that are not in the ACPI specification incorrect. From that commit onwards it has remained as stale. Let us get rid of it as it might be misleading. Link: acpica/acpica@48e7c4cd Reported-by: Sahil Kaushal <[email protected]> Signed-off-by: Sudeep Holla <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 8bca84b commit 357be13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/acpi/actbl2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
22
/******************************************************************************
33
*
4-
* Name: actbl2.h - ACPI Table Definitions (tables not in ACPI spec)
4+
* Name: actbl2.h - ACPI Table Definitions
55
*
66
* Copyright (C) 2000 - 2023, Intel Corp.
77
*

0 commit comments

Comments
 (0)