diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-03-23 15:08:50 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-03-30 07:41:32 +0000 |
commit | 581c7ee208a921032b1c21003ae23c27bf4d49c0 (patch) | |
tree | 30b45397e759d101f493ac07ad7179c2f53bcf8b /src/arch/x86/ioapic.c | |
parent | d293b20b840037211d9b43ded17901354e5204ad (diff) |
arch/x86: Remove blank lines before '}' and after '{'
Change-Id: I1bb4a052a4e74850660944b687c21e817eb437b2
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81453
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com>
Diffstat (limited to 'src/arch/x86/ioapic.c')
-rw-r--r-- | src/arch/x86/ioapic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/ioapic.c b/src/arch/x86/ioapic.c index 863317fb28..5bb2adb584 100644 --- a/src/arch/x86/ioapic.c +++ b/src/arch/x86/ioapic.c @@ -140,7 +140,6 @@ static void set_ioapic_id(uintptr_t ioapic_base, u8 ioapic_id) for (i = 0; i < 3; i++) printk(BIOS_SPEW, " reg 0x%04x: 0x%08x\n", i, io_apic_read(ioapic_base, i)); - } u8 get_ioapic_id(uintptr_t ioapic_base) |