Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ACPI: NUMA: Fix typo in the full name of SRAT

To save someone the time of searching the ACPI spec for
"Static Resource Affinity Table".

Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Ross Zwisler and committed by
Rafael J. Wysocki
02cb489b a0c2d9c1

+1 -1
+1 -1
drivers/acpi/numa.c
··· 443 443 * So go over all cpu entries in SRAT to get apicid to node mapping. 444 444 */ 445 445 446 - /* SRAT: Static Resource Affinity Table */ 446 + /* SRAT: System Resource Affinity Table */ 447 447 if (!acpi_table_parse(ACPI_SIG_SRAT, acpi_parse_srat)) { 448 448 struct acpi_subtable_proc srat_proc[3]; 449 449