diff options
Diffstat (limited to 'drivers/acpi/acpica/tbxfroot.c')
| -rw-r--r-- | drivers/acpi/acpica/tbxfroot.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/tbxfroot.c b/drivers/acpi/acpica/tbxfroot.c index 74e72080003..28f330230f9 100644 --- a/drivers/acpi/acpica/tbxfroot.c +++ b/drivers/acpi/acpica/tbxfroot.c @@ -67,7 +67,6 @@ static acpi_status acpi_tb_validate_rsdp(struct acpi_table_rsdp *rsdp);  static acpi_status acpi_tb_validate_rsdp(struct acpi_table_rsdp *rsdp)  { -	ACPI_FUNCTION_ENTRY();  	/*  	 * The signature and checksum must both be correct @@ -108,7 +107,7 @@ static acpi_status acpi_tb_validate_rsdp(struct acpi_table_rsdp *rsdp)   * RETURN:      Status, RSDP physical address   *   * DESCRIPTION: Search lower 1Mbyte of memory for the root system descriptor - *              pointer structure.  If it is found, set *RSDP to point to it. + *              pointer structure. If it is found, set *RSDP to point to it.   *   * NOTE1:       The RSDP must be either in the first 1K of the Extended   *              BIOS Data Area or between E0000 and FFFFF (From ACPI Spec.)  |