acpi: Remove blank lines before '}' and after '{'
Change-Id: I9ba061fe0b1396ccc1597e26685a6b4e312e3549 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81452 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <ericllai@google.com>
This commit is contained in:
@@ -1506,7 +1506,6 @@ unsigned long write_acpi_tables(const unsigned long start)
|
||||
*/
|
||||
for (int i = 0; existing_rsdt->entry[i]; i++)
|
||||
acpi_add_table(rsdp, (void *)(uintptr_t)existing_rsdt->entry[i]);
|
||||
|
||||
}
|
||||
|
||||
/* Add BOOT0000 for Linux google firmware driver */
|
||||
|
@@ -1880,7 +1880,6 @@ static void acpigen_write_dsm_uuid(struct dsm_uuid *id)
|
||||
acpigen_write_return_singleton_buffer(0x0);
|
||||
|
||||
acpigen_write_if_end(); /* If (LEqual (Local0, ToUUID(uuid))) */
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
@@ -1158,7 +1158,6 @@ struct acpi_dp *acpi_dp_add_gpio_array(struct acpi_dp *dp, const char *name,
|
||||
acpi_dp_add_array(dp, gpio);
|
||||
|
||||
return gpio;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@@ -30,7 +30,6 @@ static void acpi_create_gnvs(void *unused)
|
||||
|
||||
if (dnvs_size)
|
||||
dnvs = (char *)gnvs + gnvs_size;
|
||||
|
||||
}
|
||||
|
||||
BOOT_STATE_INIT_ENTRY(BS_PRE_DEVICE, BS_ON_EXIT, acpi_create_gnvs, NULL);
|
||||
|
Reference in New Issue
Block a user