浏览代码

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>
Ross Zwisler 8 年之前
父节点
当前提交
02cb489be7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/acpi/numa.c

+ 1 - 1
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.
 	 * 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)) {
 	if (!acpi_table_parse(ACPI_SIG_SRAT, acpi_parse_srat)) {
 		struct acpi_subtable_proc srat_proc[3];
 		struct acpi_subtable_proc srat_proc[3];