From: Sudeep Holla Date: Fri, 25 Apr 2025 19:20:21 +0000 (+0200) Subject: ACPICA: Drop stale comment about the header file content X-Git-Tag: v6.16-rc1~161^2~4^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=357be13962eac9dca146c15963ca6a28cab60cd1;p=thirdparty%2Fkernel%2Flinux.git 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: https://github.com/acpica/acpica/commit/48e7c4cd Reported-by: Sahil Kaushal Signed-off-by: Sudeep Holla Signed-off-by: Rafael J. Wysocki Link: https://patch.msgid.link/6168200.lOV4Wx5bFT@rjwysocki.net --- diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h index 2e917a8f8bca8..a3008bae6f480 100644 --- a/include/acpi/actbl2.h +++ b/include/acpi/actbl2.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */ /****************************************************************************** * - * Name: actbl2.h - ACPI Table Definitions (tables not in ACPI spec) + * Name: actbl2.h - ACPI Table Definitions * * Copyright (C) 2000 - 2023, Intel Corp. *