Commit e56b638b authored by Bob Moore's avatar Bob Moore Committed by Len Brown

ACPICA: Update comments in tbfadt.c

Signed-off-by: default avatarAlexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 765ec201
...@@ -195,8 +195,8 @@ void acpi_tb_parse_fadt(acpi_native_uint table_index, u8 flags) ...@@ -195,8 +195,8 @@ void acpi_tb_parse_fadt(acpi_native_uint table_index, u8 flags)
* *
* DESCRIPTION: Converts all versions of the FADT to a common internal format. * DESCRIPTION: Converts all versions of the FADT to a common internal format.
* *
* NOTE: acpi_gbl_FADT must be of size (struct acpi_table_fadt), and must contain * NOTE: acpi_gbl_FADT must be of size (struct acpi_table_fadt),
* a copy of the actual FADT. * and must contain a copy of the actual FADT.
* *
* ACPICA will use the "X" fields of the FADT for all addresses. * ACPICA will use the "X" fields of the FADT for all addresses.
* *
...@@ -292,9 +292,10 @@ static void acpi_tb_convert_fadt(void) ...@@ -292,9 +292,10 @@ static void acpi_tb_convert_fadt(void)
* *
* PARAMETERS: None * PARAMETERS: None
* *
* RETURN: Status * RETURN: None
* *
* DESCRIPTION: Validate various ACPI registers in the FADT * DESCRIPTION: Validate various ACPI registers in the FADT. For problems,
* issue a message, but no status is returned.
* *
******************************************************************************/ ******************************************************************************/
...@@ -375,6 +376,6 @@ static void acpi_tb_validate_fadt(void) ...@@ -375,6 +376,6 @@ static void acpi_tb_validate_fadt(void)
static void acpi_tb_fadt_register_error(char *register_name, u32 value) static void acpi_tb_fadt_register_error(char *register_name, u32 value)
{ {
ACPI_WARNING((AE_INFO, "Invalid FADT value \"%s\" = %X", ACPI_WARNING((AE_INFO, "Invalid FADT value in field \"%s\" = %X",
register_name, value)); register_name, value));
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment