aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/tbfadt.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/acpica/tbfadt.c')
-rw-r--r--drivers/acpi/acpica/tbfadt.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/acpi/acpica/tbfadt.c b/drivers/acpi/acpica/tbfadt.c
index b3e3fd030765..390651860bf0 100644
--- a/drivers/acpi/acpica/tbfadt.c
+++ b/drivers/acpi/acpica/tbfadt.c
@@ -173,7 +173,7 @@ static struct acpi_fadt_pm_info fadt_pm_info_table[] = {
173 * 173 *
174 * PARAMETERS: generic_address - GAS struct to be initialized 174 * PARAMETERS: generic_address - GAS struct to be initialized
175 * byte_width - Width of this register 175 * byte_width - Width of this register
176 * Address - Address of the register 176 * address - Address of the register
177 * 177 *
178 * RETURN: None 178 * RETURN: None
179 * 179 *
@@ -283,8 +283,8 @@ void acpi_tb_parse_fadt(u32 table_index)
283 * 283 *
284 * FUNCTION: acpi_tb_create_local_fadt 284 * FUNCTION: acpi_tb_create_local_fadt
285 * 285 *
286 * PARAMETERS: Table - Pointer to BIOS FADT 286 * PARAMETERS: table - Pointer to BIOS FADT
287 * Length - Length of the table 287 * length - Length of the table
288 * 288 *
289 * RETURN: None 289 * RETURN: None
290 * 290 *
@@ -484,7 +484,7 @@ static void acpi_tb_convert_fadt(void)
484 * 484 *
485 * FUNCTION: acpi_tb_validate_fadt 485 * FUNCTION: acpi_tb_validate_fadt
486 * 486 *
487 * PARAMETERS: Table - Pointer to the FADT to be validated 487 * PARAMETERS: table - Pointer to the FADT to be validated
488 * 488 *
489 * RETURN: None 489 * RETURN: None
490 * 490 *
@@ -583,7 +583,7 @@ static void acpi_tb_validate_fadt(void)
583 } 583 }
584 } else if (fadt_info_table[i].type & ACPI_FADT_SEPARATE_LENGTH) { 584 } else if (fadt_info_table[i].type & ACPI_FADT_SEPARATE_LENGTH) {
585 /* 585 /*
586 * Field is optional (PM2Control, GPE0, GPE1) AND has its own 586 * Field is optional (Pm2_control, GPE0, GPE1) AND has its own
587 * length field. If present, both the address and length must 587 * length field. If present, both the address and length must
588 * be valid. 588 * be valid.
589 */ 589 */