Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1694046

[PATCH 2/2] acpi: Fix typo in SRAT table name

From Ross Zwisler <ross.zwisler@linux.intel.com>
Newsgroups linux.kernel
Subject [PATCH 2/2] acpi: Fix typo in SRAT table name
Date 2017-07-22 01:00 +0200
Message-ID <u5P3Q-2gm-15@gated-at.bofh.it> (permalink)
References <u5P3Q-2gm-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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>
---
 drivers/acpi/numa.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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];
 
-- 
2.9.4

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/2] acpi: add missing include in acpi_numa.h Ross Zwisler <ross.zwisler@linux.intel.com> - 2017-07-22 01:00 +0200
  [PATCH 2/2] acpi: Fix typo in SRAT table name Ross Zwisler <ross.zwisler@linux.intel.com> - 2017-07-22 01:00 +0200
    Re: [PATCH 2/2] acpi: Fix typo in SRAT table name "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2017-07-24 22:40 +0200

csiph-web