From: Ross Zwisler Date: Fri, 21 Jul 2017 22:51:24 +0000 (-0600) Subject: ACPI: NUMA: Fix typo in the full name of SRAT X-Git-Tag: v4.14-rc1~379^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02cb489be7ad07e74ab40baa908d2e20460ebdb2;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/numa.c b/drivers/acpi/numa.c index edb0c79..917f1cc 100644 --- a/drivers/acpi/numa.c +++ b/drivers/acpi/numa.c @@ -443,7 +443,7 @@ int __init acpi_numa_init(void) * So go over all cpu entries in SRAT to get apicid to node mapping. */ - /* SRAT: Static Resource Affinity Table */ + /* SRAT: System Resource Affinity Table */ if (!acpi_table_parse(ACPI_SIG_SRAT, acpi_parse_srat)) { struct acpi_subtable_proc srat_proc[3];