Skip to content

Commit 062c0e3

Browse files
guohanjunrafaeljw
authored andcommitted
ACPI: tables: Fix the stale comments for acpi_locate_initial_tables()
sdt_entry[] is long gone by commit ceb6c46 ("ACPICA: Remove duplicate table manager"), update the comments to avoid confusion. Signed-off-by: Hanjun Guo <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 4125d10 commit 062c0e3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

drivers/acpi/tables.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -848,12 +848,11 @@ acpi_status acpi_os_table_override(struct acpi_table_header *existing_table,
848848
/*
849849
* acpi_locate_initial_tables()
850850
*
851-
* find RSDP, find and checksum SDT/XSDT.
852-
* checksum all tables, print SDT/XSDT
851+
* Get the RSDP, then find and checksum all the ACPI tables.
853852
*
854-
* result: sdt_entry[] is initialized
853+
* result: initial_tables[] is initialized, and points to
854+
* a list of ACPI tables.
855855
*/
856-
857856
int __init acpi_locate_initial_tables(void)
858857
{
859858
acpi_status status;

0 commit comments

Comments
 (0)