aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCao Jin <caoj.fnst@cn.fujitsu.com>2017-06-05 04:41:04 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-06-27 16:25:21 -0400
commit32d8004f2ebe310872440386fdcb5c90e43b55c3 (patch)
tree363f479699aeb8e43042fbafdfa0234551ddef96
parentb7b7da2abe1fe02e989577293b9ece0fa15ccc31 (diff)
ACPICA: Update comments, no functional change
ACPICA commit 45eb6384fb47f4fdc5759f63c47a9b6799924972 Link: https://github.com/acpica/acpica/commit/45eb6384 Signed-off-by: Cao Jin <caoj.fnst@cn.fujitsu.com> Signed-off-by: Erik Schmauss <erik.schmauss@intel.com> Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r--drivers/acpi/acpica/tbfadt.c4
-rw-r--r--drivers/acpi/acpica/tbutils.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/drivers/acpi/acpica/tbfadt.c b/drivers/acpi/acpica/tbfadt.c
index 51860bfc111e..5f051d82188d 100644
--- a/drivers/acpi/acpica/tbfadt.c
+++ b/drivers/acpi/acpica/tbfadt.c
@@ -449,8 +449,8 @@ void acpi_tb_create_local_fadt(struct acpi_table_header *table, u32 length)
449 * The 64-bit X fields are optional extensions to the original 32-bit FADT 449 * The 64-bit X fields are optional extensions to the original 32-bit FADT
450 * V1.0 fields. Even if they are present in the FADT, they are optional and 450 * V1.0 fields. Even if they are present in the FADT, they are optional and
451 * are unused if the BIOS sets them to zero. Therefore, we must copy/expand 451 * are unused if the BIOS sets them to zero. Therefore, we must copy/expand
452 * 32-bit V1.0 fields to the 64-bit X fields if the the 64-bit X field is 452 * 32-bit V1.0 fields to the 64-bit X fields if the 64-bit X field is originally
453 * originally zero. 453 * zero.
454 * 454 *
455 * For ACPI 1.0 FADTs (that contain no 64-bit addresses), all 32-bit address 455 * For ACPI 1.0 FADTs (that contain no 64-bit addresses), all 32-bit address
456 * fields are expanded to the corresponding 64-bit X fields in the internal 456 * fields are expanded to the corresponding 64-bit X fields in the internal
diff --git a/drivers/acpi/acpica/tbutils.c b/drivers/acpi/acpica/tbutils.c
index 7abe66505739..cd96026f7dc2 100644
--- a/drivers/acpi/acpica/tbutils.c
+++ b/drivers/acpi/acpica/tbutils.c
@@ -141,9 +141,9 @@ void acpi_tb_check_dsdt_header(void)
141 * 141 *
142 * FUNCTION: acpi_tb_copy_dsdt 142 * FUNCTION: acpi_tb_copy_dsdt
143 * 143 *
144 * PARAMETERS: table_desc - Installed table to copy 144 * PARAMETERS: table_index - Index of installed table to copy
145 * 145 *
146 * RETURN: None 146 * RETURN: The copied DSDT
147 * 147 *
148 * DESCRIPTION: Implements a subsystem option to copy the DSDT to local memory. 148 * DESCRIPTION: Implements a subsystem option to copy the DSDT to local memory.
149 * Some very bad BIOSs are known to either corrupt the DSDT or 149 * Some very bad BIOSs are known to either corrupt the DSDT or
@@ -239,7 +239,7 @@ acpi_tb_get_root_table_entry(u8 *table_entry, u32 table_entry_size)
239 * 239 *
240 * FUNCTION: acpi_tb_parse_root_table 240 * FUNCTION: acpi_tb_parse_root_table
241 * 241 *
242 * PARAMETERS: rsdp - Pointer to the RSDP 242 * PARAMETERS: rsdp_address - Pointer to the RSDP
243 * 243 *
244 * RETURN: Status 244 * RETURN: Status
245 * 245 *