aboutsummaryrefslogtreecommitdiff
path: root/src/acpi/acpi.c
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-03-23 15:07:06 +0100
committerElyes Haouas <ehaouas@noos.fr>2024-03-30 07:42:12 +0000
commit58eddfc00cb4645ab02f3ecec4f8099a25c7f84a (patch)
treef72531ead4abb532c0045a189c4bdccd3a7c5a75 /src/acpi/acpi.c
parent581c7ee208a921032b1c21003ae23c27bf4d49c0 (diff)
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>
Diffstat (limited to 'src/acpi/acpi.c')
-rw-r--r--src/acpi/acpi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/acpi/acpi.c b/src/acpi/acpi.c
index 30a07bfda0..c33d195515 100644
--- a/src/acpi/acpi.c
+++ b/src/acpi/acpi.c
@@ -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 */